Skip to content

Commit

Permalink
Merge pull request #318 from ninjin/julia
Browse files Browse the repository at this point in the history
Julia support
  • Loading branch information
BanzaiMan committed Dec 10, 2014
2 parents fc97502 + c6cf3fc commit fe5da4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/travis/build/script/julia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def script
sh.cmd 'git fetch --unshallow'
end
sh.cmd "julia -e 'Pkg.clone(pwd())'"
sh.cmd "julia -e 'Pkg.build(${JL_PKG})'"
sh.cmd 'julia -e "Pkg.build(${JL_PKG})"'
sh.if '-f test/runtests.jl' do
sh.cmd "julia --check-bounds=yes -e 'Pkg.test(${JL_PKG})'"
sh.cmd 'julia --check-bounds=yes -e "Pkg.test(${JL_PKG})"'
end
end
end
Expand Down

0 comments on commit fe5da4d

Please sign in to comment.