Skip to content

Commit eecf6a8

Browse files
committed
build: Fix silent breakage by travis
1 parent dbce219 commit eecf6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ matrix:
3535

3636
- python: "3.6"
3737
name: Distribution packages
38-
install: false
38+
install: []
3939
script: make travis-upload-dist
4040

4141
- python: "3.6"
4242
name: Build documentation
43-
install: false
43+
install: []
4444
script: make travis-upload-docs
4545

4646
before_script:

0 commit comments

Comments
 (0)