Skip to content

Commit ca7ba87

Browse files
committed
try v1.0 in Travis and fix nightly
1 parent 933f9b7 commit ca7ba87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
julia:
66
- 0.6
77
- 0.7
8+
- 1.0
89
- nightly
910
notifications:
1011
email: false
@@ -27,7 +28,7 @@ addons:
2728

2829
## uncomment the following lines to override the default test script
2930
script:
30-
- julia -e 'Pkg.clone(pwd()); Pkg.build("AlgebraicMultigrid"); Pkg.test("AlgebraicMultigrid"; coverage=true)'
31+
- julia -e 'VERSION >= v"0.7-" && using Pkg; Pkg.clone(pwd()); Pkg.build("AlgebraicMultigrid"); Pkg.test("AlgebraicMultigrid"; coverage=true)'
3132
after_success:
3233
# push coverage results to Coveralls
3334
- julia -e 'cd(Pkg.dir("AlgebraicMultigrid")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)