Skip to content

Commit 78da0f0

Browse files
committed
Try removing explicit test stage, and adding nightly
1 parent 86f27bc commit 78da0f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ julia:
66
- 1.4
77
- 1.5
88
- 1.6
9+
- nightly
910

1011
jobs:
1112
include:
12-
- stage: test
13-
script:
14-
- julia -e 'using Pkg; Pkg.build(); Pkg.test()'
1513
- stage: docs
1614
julia: 1.6
1715
os: linux

0 commit comments

Comments
 (0)