Skip to content

Commit

Permalink
Merge pull request #12 from rdeits/rd/julia-1
Browse files Browse the repository at this point in the history
support (and test) Julia v0.7 and Julia v1.0
  • Loading branch information
timothyrenner committed Aug 24, 2018
2 parents 5757f47 + 7ce0e17 commit 6661e0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -2,6 +2,5 @@ language: julia
notifications:
email: false
julia:
- 0.4
- 0.5
- 0.6
- 0.7
- 1.0
2 changes: 1 addition & 1 deletion REQUIRE
@@ -1,3 +1,3 @@
julia 0.4
julia 0.7
JSON
Colors
2 changes: 1 addition & 1 deletion test/runtests.jl
@@ -1,5 +1,5 @@
using ColorBrewer
using Base.Test
using Test

### Test 1: ArgumentError thrown when the scheme is invalid.
@test_throws ArgumentError palette("NOTASCHEME", 5)
Expand Down

0 comments on commit 6661e0c

Please sign in to comment.