File tree Expand file tree Collapse file tree 1 file changed +5
-24
lines changed
Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Original file line number Diff line number Diff line change 66julia :
77 - 0.7
88 - 1.0
9+ - 1.1
910 - nightly
11+
1012matrix :
1113 allow_failures :
1214 - julia : nightly
15+
1316notifications :
1417 email : false
15- git :
16- depth : 99999999
17-
18- # # uncomment the following lines to allow failures on nightly julia
19- # # (tests will run but not make your overall status red)
20- # matrix:
21- # allow_failures:
22- # - julia: nightly
23-
24- # # uncomment and modify the following lines to manually install system packages
25- # addons:
26- # apt: # apt-get for linux
27- # packages:
28- # - gfortran
29- # before_script: # homebrew for mac
30- # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
3118
32- # # uncomment the following lines to override the default test script
33- # script:
34- # - julia -e 'Pkg.clone(pwd()); Pkg.build("ModelingToolkit"); Pkg.test("ModelingToolkit"; coverage=true)'
35- after_success :
36- # push coverage results to Coveralls
37- - julia -e 'cd(Pkg.dir("ModelingToolkit")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
38- # push coverage results to Codecov
39- - 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