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

Commit

Permalink
Rel 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Aug 3, 2020
1 parent 31ac706 commit 2c40f8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ os:
#- osx

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

before_install:
- OLDWD=`pwd`
- cd ~
- 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
- wget https://github.com/stan-dev/cmdstan/releases/download/v2.24.0/cmdstan-2.24.0.tar.gz
- tar -xzpf cmdstan-2.24.0.tar.gz
- make -C $JULIA_CMDSTAN_HOME build
- cd $OLDWD

julia:
- 1.4
- 1.5
- nightly

notifications:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StanModels"
uuid = "fb740163-aa3c-59c1-9c12-c3f890714cde"
authors = ["Rob J Goedman <[email protected]"]
version = "2.0.4"
version = "2.0.5"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit 2c40f8f

Please sign in to comment.