Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 683e5bb

Browse files
Merge branch 'ChrisRackauckas-patch-3'
2 parents fdca006 + 93fde5a commit 683e5bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ allow_failures:
1414
- julia: nightly
1515
notifications:
1616
email: false
17-
# uncomment the following lines to override the default test script
18-
#script:
19-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
20-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("DiffEqOperators"); Pkg.test("DiffEqOperators"; coverage=true)'
17+
script: julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=false)'
2118
after_success:
2219
# push coverage results to Coveralls
2320
- julia -e 'cd(Pkg.dir("DiffEqOperators")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)