Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Oct 28, 2020
1 parent 317605c commit f1a5cdb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia

os:
- linux
- osx

julia:
- 1.0
- 1.5
- nightly

notifications:
email: false

sudo: false

git:
depth: 99999999

jobs:
include:
- stage: test
script:
- julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate()'
- julia --color=yes --project=. test/runtests.jl
julia: 1.0

- stage: test
script:
- julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate()'
- julia --color=yes --project=. test/runtests.jl
julia: 1.5

- stage: test
script:
- julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate()'
- julia --color=yes --project=. test/runtests.jl
julia: nightly

0 comments on commit f1a5cdb

Please sign in to comment.