Skip to content

Commit

Permalink
Merge pull request #71 from dancasimiro/julia-0.7
Browse files Browse the repository at this point in the history
Enable support for julia 0.7
  • Loading branch information
dancasimiro authored Nov 4, 2018
2 parents ec9205a + 790d0fe commit 0e94896
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- nightly
matrix:
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 1.0
julia 0.7
FileIO 0.2.0
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1
- julia_version: nightly

Expand Down Expand Up @@ -39,4 +40,4 @@ test_script:
# # which would have coverage gaps without running on Windows
# on_success:
# - echo "%JL_CODECOV_SCRIPT%"
# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"

0 comments on commit 0e94896

Please sign in to comment.