Skip to content

Commit

Permalink
Run CI tests against all julia versions claimed by Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
non-Jedi committed Apr 22, 2019
1 parent 498031e commit a4aa42a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: julia
os:
- linux
julia:
- 0.7
- 1.0
- 1.1
- nightly
matrix:
fast_finish: true
Expand All @@ -12,8 +14,7 @@ notifications:
email: false
before_script:
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="Compose", rev="master"))'
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
codecov: true

jobs:
include:
Expand Down

0 comments on commit a4aa42a

Please sign in to comment.