Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge f8081bf into 5585534
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2020
2 parents 5585534 + f8081bf commit a2f5539
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
@@ -1,10 +1,13 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
branches:
only:
- master
os:
- linux
# - osx
julia:
- 1.2
- 1
- nightly
matrix:
allow_failures:
Expand All @@ -13,12 +16,6 @@ notifications:
email: false
env:
- PYTHON=""
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("PyDSTool"); Pkg.test("PyDSTool"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("PyDSTool")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("PyDSTool")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -12,7 +12,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[compat]
Conda = "1"
DataStructures = "0.17"
DataStructures = "0.17, 0.18"
DiffEqBase = "6"
PyCall = "1.91"
RecipesBase = "0.7, 0.8, 1.0"
Expand Down

0 comments on commit a2f5539

Please sign in to comment.