Skip to content

Commit

Permalink
Octo v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 22, 2019
1 parent e9479b2 commit cb82f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ before_script:
- mysql --version

script:
- julia --color=yes --handle-signals=no --project=. -e 'using Pkg; Pkg.test(coverage=true)'
- JIVE_PROCS=auto julia --color=yes --project=. -e 'using Pkg; Pkg.test()'
- julia --color=yes --handle-signals=no --project -e 'using Pkg; pkg"instantiate"; pkg"precompile"; Pkg.test(coverage=true)'
- JIVE_PROCS=auto julia --color=yes --handle-signals=no --project -e 'using Pkg; pkg"instantiate"; pkg"precompile"; Pkg.test()'

after_success:
- if [[ "$TRAVIS_OS_NAME" == linux && "$TRAVIS_JULIA_VERSION" == 1.2 ]] ; then julia --color=yes --project=. -e 'using Pkg;
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 = "Octo"
uuid = "16905944-f982-529b-abb2-b839f98f160b"
authors = ["WooKyoung Noh <wookay.noh@gmail.com>"]
version = "0.2.4-DEV"
version = "0.2.4"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

0 comments on commit cb82f1e

Please sign in to comment.