Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Second try: update .travis.yml to fix build issues caused by versioned package dirs.
  • Loading branch information
kmsquire committed Feb 1, 2014
1 parent e4db0e2 commit 519f6c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -17,4 +17,3 @@ script:
- julia -e 'versioninfo(); Pkg.build("ZMQ");'
- julia -e 'using ZMQ; @assert isdefined(:ZMQ); @assert typeof(ZMQ) === Module'
- julia test/ZMQ.jl
- julia ~/.julia/ZMQ/test/ZMQ.jl

0 comments on commit 519f6c0

Please sign in to comment.