File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# # Documentation: http://docs.travis-ci.com/user/languages/julia/
22language : julia
3+ branches :
4+ only :
5+ - master
36os :
47 - linux
58 - osx
@@ -8,16 +11,16 @@ julia:
811 - 1.3
912 - 1.4
1013 - nightly
11-
1214notifications :
1315 email : false
1416after_success :
15- # push coverage results to Coveralls
16- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
17+ - if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
18+ julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
19+ fi
1720jobs :
1821 include :
1922 - stage : " Documentation"
20- julia : 1.0
23+ julia : 1.4
2124 os : linux
2225 script :
2326 - export DOCUMENTER_DEBUG=true
You can’t perform that action at this time.
0 commit comments