Skip to content

Commit

Permalink
drop support for julia 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed Oct 20, 2019
1 parent 2b561b0 commit d77b41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ os:
sudo: required
dist: trusty
julia:
- 0.7
- 1.0
- 1.1
- 1.2
- nightly
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ IterTools = "1"
JSON = "0.18, 0.19, 0.20, 0.21"
Measures = "0.3"
Requires = "0.5"
julia = "0.7, 1"
julia = "1"

[extras]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Expand Down

0 comments on commit d77b41a

Please sign in to comment.