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 8
8
- 1.0
9
9
- 1.1
10
10
- nightly
11
+
11
12
matrix :
12
13
allow_failures :
13
14
- julia : nightly
15
+
14
16
notifications :
15
17
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
32
18
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