Skip to content

Commit 4a89cba

Browse files
Update .travis.yml
1 parent f9bdedd commit 4a89cba

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branches:
88
only:
99
- master
1010
julia:
11-
- 1.3
11+
- 1
1212
matrix:
1313
allow_failures:
1414
- julia: nightly
@@ -20,15 +20,7 @@ matrix:
2020
# - GROUP=Misc
2121
notifications:
2222
email: false
23-
# uncomment the following lines to override the default test script
24-
#script:
25-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
26-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Catalyst"); Pkg.test("Catalyst"; coverage=true)'
27-
#after_success:
28-
# # push coverage results to Coveralls
29-
# - julia -e 'import Pkg; cd(Pkg.dir("Catalyst")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
30-
# # push coverage results to Codecov
31-
# - julia -e 'import Pkg; cd(Pkg.dir("Catalyst")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
23+
script: julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=false)'
3224

33-
coveralls: true
34-
codecov: true
25+
coveralls: false
26+
codecov: false

0 commit comments

Comments
 (0)