Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #224 from JuliaLang/tk/travis
Browse files Browse the repository at this point in the history
Add Travis testing against both Julia 0.3 and 0.4
  • Loading branch information
tkelman committed Jul 18, 2016
2 parents 9884e4c + b690894 commit 12511ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,8 @@ os:
- linux
- osx
julia:
- release
- 0.3
- 0.4
- nightly
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion test/dot2.jl
Expand Up @@ -89,7 +89,7 @@ end # module testDOT1

module testDOT2

using Graphs
using Graphs, Compat
using Base.Test

###########
Expand Down

0 comments on commit 12511ed

Please sign in to comment.