Skip to content

Commit

Permalink
Use Run.test(inline=false)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 2, 2019
1 parent a999c89 commit ba5a865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ notifications:
email: false
install:
- unset JULIA_PROJECT
- julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl"'
- julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl#dev"'
- julia -e 'using Run; Run.prepare_test()'
script:
- julia -e 'using Run; Run.test()'
- julia -e 'using Run; Run.test(inline=false)'
after_success:
- julia -e 'using Run; Run.after_success_test()'
jobs:
Expand Down

0 comments on commit ba5a865

Please sign in to comment.