File tree Expand file tree Collapse file tree 1 file changed +8
-28
lines changed
Expand file tree Collapse file tree 1 file changed +8
-28
lines changed Original file line number Diff line number Diff line change 1- # # Documentation: http://docs.travis-ci.com/user/languages/julia/
1+ # Documentation: http://docs.travis-ci.com/user/languages/julia/
22language : julia
33os :
44 - linux
55 - osx
66julia :
7- - 0.7
87 - 1.0
8+ - 1.1
99 - nightly
10+ matrix :
11+ allow_failures :
12+ - julia : nightly
13+ fast_finish : true
1014notifications :
1115 email : false
12- git :
13- depth : 99999999
14-
15- # # uncomment the following lines to allow failures on nightly julia
16- # # (tests will run but not make your overall status red)
17- # matrix:
18- # allow_failures:
19- # - julia: nightly
20-
21- # # uncomment and modify the following lines to manually install system packages
22- # addons:
23- # apt: # apt-get for linux
24- # packages:
25- # - gfortran
26- # before_script: # homebrew for mac
27- # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
28-
29- # # uncomment the following lines to override the default test script
30- # script:
31- # - julia -e 'Pkg.clone(pwd()); Pkg.build("QuAlgorithmZoo"); Pkg.test("QuAlgorithmZoo"; coverage=true)'
3216after_success :
33- # push coverage results to Coveralls
34- - julia -e 'using Pkg; cd(Pkg.dir("QuAlgorithmZoo")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
35- # push coverage results to Codecov
36- - julia -e 'using Pkg; cd(Pkg.dir("QuAlgorithmZoo")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
37- # add Documenter
38- - julia -e 'using Pkg; cd(Pkg.dir("QuAlgorithmZoo")); include(joinpath("docs", "make.jl"))'
17+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
18+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments