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