Skip to content

Commit 7522e4d

Browse files
committed
Update Travis script
1 parent 7fca31e commit 7522e4d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: julia
22
sudo: false
33
julia:
4-
- 0.6
54
- 0.7
5+
- 1.0
66
- nightly
7-
matrix:
8-
allow_failures:
9-
- julia: nightly
107
after_success:
118
# push coverage results to Coveralls
129
- julia -e 'cd(Pkg.dir("Interpolations")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)