Skip to content

Commit

Permalink
Add travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Nov 10, 2019
1 parent a8552ba commit 3b34572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
before_script:
script:
- julia --color=yes --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --color=yes --project=docs --color=yes docs/make.jl
- travis_wait julia --color=yes --project=docs --color=yes docs/make.jl
after_success: skip
- stage: "Edge"
os: linux
Expand Down

0 comments on commit 3b34572

Please sign in to comment.