Skip to content

Commit

Permalink
bump [compat] julia = "^1.3" and adjuct CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 11, 2020
1 parent da363ba commit 6fcc2c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -3,10 +3,11 @@ language: julia
os:
- linux
julia:
- 1.0
- 1.1
- 1.2
# - 1.0
# - 1.1
# - 1.2
- 1.3
- 1.4
- nightly
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -21,7 +21,7 @@ LossFunctions = "^0.5"
MLJModelInterface = "^0.3"
ProgressMeter = "^1.1"
Tables = "^1.0"
julia = "1"
julia = "^1.3"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

0 comments on commit 6fcc2c3

Please sign in to comment.