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

Commit

Permalink
basic travis, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 2, 2020
1 parent d45addc commit 3ae7356
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
julia:
- 1
#matrix:
# allow_failures:
# - julia: nightly
notifications:
email: false
# 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("DiffEqSensitivity"); Pkg.test("DiffEqSensitivity"; coverage=true)'

0 comments on commit 3ae7356

Please sign in to comment.