Skip to content

Commit

Permalink
Release 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Mar 28, 2020
1 parent 3840d04 commit c64324f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,14 @@ git:

jobs:
include:
- stage: Test
julia: 1.3
os: linux
- stage: Test
julia: 1.4
os: linux
- stage: Test
julia: nightly
os: linux
- stage: Documentation
julia: 1.3
julia: 1.4
os: linux
script:
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
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.2"
version = "6.0.3"

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

0 comments on commit c64324f

Please sign in to comment.