Skip to content

Commit

Permalink
Update Julia version in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
migarstka committed Aug 23, 2019
1 parent cc32a30 commit 3cd94ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
julia:
- 1.0
- 1.1
- 1.2
notifications:
email: false

Expand All @@ -14,9 +14,9 @@ git:

## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia: 1.1
#matrix:
# allow_failures:
# - julia: nightly


## uncomment and modify the following lines to manually install system packages
Expand Down

0 comments on commit 3cd94ca

Please sign in to comment.