Skip to content

Commit

Permalink
Release 6.0.2 - Switch to Stan 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Mar 1, 2020
1 parent 1d53ac8 commit 3840d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ os:
- linux

env:
- JULIA_CMDSTAN_HOME="$HOME/cmdstan-2.21.0/"
- JULIA_CMDSTAN_HOME="$HOME/cmdstan-2.22.1/"

before_install:
- OLDWD=`pwd`
- cd ~
- wget https://github.com/stan-dev/cmdstan/releases/download/v2.21.0/cmdstan-2.21.0.tar.gz
- tar -xzpf cmdstan-2.21.0.tar.gz
- wget https://github.com/stan-dev/cmdstan/releases/download/v2.22.1/cmdstan-2.22.1.tar.gz
- tar -xzpf cmdstan-2.22.1.tar.gz
- make -C $JULIA_CMDSTAN_HOME build
- cd $OLDWD

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "682df890-35be-576f-97d0-3d8c8b33a550"
license = "MIT"
desc = "Illustrate StanJulia's interface options to cmdstan"
authors = ["Rob J Goedman <[email protected]>"]
version = "6.0.1"
version = "6.0.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down

0 comments on commit 3840d04

Please sign in to comment.