We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933f9b7 commit ca7ba87Copy full SHA for ca7ba87
.travis.yml
@@ -5,6 +5,7 @@ os:
5
julia:
6
- 0.6
7
- 0.7
8
+ - 1.0
9
- nightly
10
notifications:
11
email: false
@@ -27,7 +28,7 @@ addons:
27
28
29
## uncomment the following lines to override the default test script
30
script:
- - 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)'
32
after_success:
33
# push coverage results to Coveralls
34
- julia -e 'cd(Pkg.dir("AlgebraicMultigrid")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments