Skip to content

Commit

Permalink
stop supporting 0.5 prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Gowda committed Mar 28, 2017
1 parent 69b19a6 commit 3c7d276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ os:
- osx
julia:
- 0.5
- nightly
notifications:
email: false
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.test("PooledArrays"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("PooledArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
julia 0.5-
julia 0.5

0 comments on commit 3c7d276

Please sign in to comment.