File tree Expand file tree Collapse file tree 1 file changed +4
-24
lines changed
Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change 88 - 1.0
99 - 1.1
1010 - nightly
11+
1112matrix :
1213 allow_failures :
1314 - julia : nightly
15+
1416notifications :
1517 email : false
16- git :
17- depth : 99999999
18-
19- # # uncomment the following lines to allow failures on nightly julia
20- # # (tests will run but not make your overall status red)
21- # matrix:
22- # allow_failures:
23- # - julia: nightly
24-
25- # # uncomment and modify the following lines to manually install system packages
26- # addons:
27- # apt: # apt-get for linux
28- # packages:
29- # - gfortran
30- # before_script: # homebrew for mac
31- # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
3218
33- # # uncomment the following lines to override the default test script
34- # script:
35- # - julia -e 'Pkg.clone(pwd()); Pkg.build("ModelingToolkit"); Pkg.test("ModelingToolkit"; coverage=true)'
36- after_success :
37- # push coverage results to Coveralls
38- - julia -e 'cd(Pkg.dir("ModelingToolkit")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
39- # push coverage results to Codecov
40- - julia -e 'cd(Pkg.dir("ModelingToolkit")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
19+ coveralls : true
20+ codecov : true
You can’t perform that action at this time.
0 commit comments