Skip to content

Commit

Permalink
Merge pull request #14 from rdeits/rd/1.0
Browse files Browse the repository at this point in the history
test on Julia 1.0 and fix a remaining deprecation
  • Loading branch information
tknopp authored Aug 25, 2018
2 parents c7014e7 + 5acaf67 commit b06d9ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ os:
- osx
julia:
- 0.6
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
- julia: 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 --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("Graphics"); Pkg.test("Graphics"; coverage=true)'
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Graphics
using Compat
using Compat.Test
using Compat.LinearAlgebra

@testset "Geometry" begin
## Point-vector identity (typealias)
Expand Down

0 comments on commit b06d9ba

Please sign in to comment.