Skip to content

Commit

Permalink
Merge pull request #23 from giordano/julia-1.0
Browse files Browse the repository at this point in the history
Require Julia 1.0
  • Loading branch information
giordano authored Feb 22, 2019
2 parents 0356701 + 01742d5 commit d780281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ os:
- osx
- linux
julia:
- 0.7
- 1.0
- 1.1
- nightly
notifications:
email: false
Expand All @@ -18,4 +18,4 @@ matrix:
- julia: nightly

after_success:
- julia -e 'import Pkg; cd(Pkg.dir("SkyCoords")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.7
julia 1.0
StaticArrays 0.8.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1
- julia_version: 1.1
- julia_version: nightly

platform:
Expand Down

0 comments on commit d780281

Please sign in to comment.