Skip to content

Commit bc7e230

Browse files
Merge pull request #78 from JuliaDiffEq/hg/fix/ci
Update Travis file
2 parents 6061f03 + cbb03e9 commit bc7e230

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

.travis.yml

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,15 @@ os:
66
julia:
77
- 0.7
88
- 1.0
9+
- 1.1
910
- nightly
11+
1012
matrix:
1113
allow_failures:
1214
- julia: nightly
15+
1316
notifications:
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

0 commit comments

Comments
 (0)