Skip to content

Commit

Permalink
Merge pull request #174 from JuliaArrays/io-test-fixes
Browse files Browse the repository at this point in the history
Use Compat for take!()
  • Loading branch information
c42f authored May 23, 2017
2 parents 554d0aa + 32fc8b8 commit 8f6e7cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ os:
- osx
julia:
- 0.5
- nightly
notifications:
email: false
matrix:
allow_failures:
# - julia: nightly
- os: osx
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Expand Down
1 change: 1 addition & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Compat 0.9.5
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using StaticArrays
using Base.Test
using Compat

@testset "StaticArrays" begin
include("SVector.jl")
Expand Down

0 comments on commit 8f6e7cc

Please sign in to comment.