Skip to content

Commit

Permalink
Merge pull request #11 from rdeits/v0.7
Browse files Browse the repository at this point in the history
update to v0.7
  • Loading branch information
rdeits authored Jul 7, 2018
2 parents 5163da2 + c4cb44e commit 4a7434a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: trusty
os:
- linux
julia:
- 0.6
- 0.7
- nightly
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
julia 0.6
julia 0.7-alpha
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Base.Test
using Test
using CommonSubexpressions

@testset "basic usage" begin
Expand Down

0 comments on commit 4a7434a

Please sign in to comment.