Skip to content

Commit

Permalink
Update Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Apr 11, 2017
1 parent ab39c51 commit 64ce2aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarks/installstan.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
run(`wget https://github.com/stan-dev/cmdstan/releases/download/v2.14.0/cmdstan-2.14.0.zip`)
run(`unzip cmdstan-2.14.0.zip -d cmdstan`)
run(`unzip -qq cmdstan-2.14.0.zip -d cmdstan`)
CMDSTAN_HOME = pwd() * "/cmdstan"
Pkg.add("Homebrew")
Pkg.add("DualNumbers")
Pkg.add("Stan")
Pkg.build("Stan")

0 comments on commit 64ce2aa

Please sign in to comment.