Skip to content

Commit cbb03e9

Browse files
Clean up Travis file
1 parent 2445d7f commit cbb03e9

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

.travis.yml

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,13 @@ julia:
88
- 1.0
99
- 1.1
1010
- nightly
11+
1112
matrix:
1213
allow_failures:
1314
- julia: nightly
15+
1416
notifications:
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

0 commit comments

Comments
 (0)