File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 - linux
55 # - osx
66julia :
7- - 0.6
7+ - 0.7
8+ - 1.0
89 - nightly
910notifications :
1011 email : false
1314
1415# # uncomment the following lines to allow failures on nightly julia
1516# # (tests will run but not make your overall status red)
16- # matrix:
17- # allow_failures:
18- # - julia: nightly
17+ matrix :
18+ allow_failures :
19+ - julia : nightly
1920
2021# # uncomment and modify the following lines to manually install system packages
2122# addons:
2627# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
2728
2829# # uncomment the following lines to override the default test script
29- script :
30- - julia -e 'Pkg.clone(pwd()); Pkg.build("FixedPolynomials"); Pkg.test("FixedPolynomials"; coverage=true)'
30+
3131after_success :
3232 # push coverage results to Coveralls
3333 # - julia -e 'cd(Pkg.dir("FixedPolynomials")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
You can’t perform that action at this time.
0 commit comments