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

Commit 2c40f8f

Browse files
committed
Rel 2.0.5
1 parent 31ac706 commit 2c40f8f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ os:
88
#- osx
99

1010
env:
11-
- JULIA_CMDSTAN_HOME="$HOME/cmdstan-2.22.1/"
11+
- JULIA_CMDSTAN_HOME="$HOME/cmdstan-2.24.0/"
1212

1313
before_install:
1414
- OLDWD=`pwd`
1515
- cd ~
16-
- wget https://github.com/stan-dev/cmdstan/releases/download/v2.22.1/cmdstan-2.22.1.tar.gz
17-
- tar -xzpf cmdstan-2.22.1.tar.gz
16+
- wget https://github.com/stan-dev/cmdstan/releases/download/v2.24.0/cmdstan-2.24.0.tar.gz
17+
- tar -xzpf cmdstan-2.24.0.tar.gz
1818
- make -C $JULIA_CMDSTAN_HOME build
1919
- cd $OLDWD
2020

2121
julia:
22-
- 1.4
22+
- 1.5
2323
- nightly
2424

2525
notifications:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StanModels"
22
uuid = "fb740163-aa3c-59c1-9c12-c3f890714cde"
33
authors = ["Rob J Goedman <goedman@icloud.com"]
4-
version = "2.0.4"
4+
version = "2.0.5"
55

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

0 commit comments

Comments
 (0)