Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
Fix julia version in travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Oct 5, 2019
1 parent 7adcbf6 commit 4e06a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- 1.0
- 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
@@ -1,7 +1,7 @@
name = "DarkSky"
uuid = "f47aef8c-9b43-11e8-049e-c55d9d9fa167"
authors = ["Ellis Valentiner <ellisvalentiner@gmail.com>"]
version = "1.1.0"
version = "1.2.0"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down

0 comments on commit 4e06a8b

Please sign in to comment.