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 11, 2019
1 parent 578c867 commit 7a354af
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
# disable global before_script in order not to install Compose twice
before_script:
script:
- |
julia --color=yes --project=docs/ -e'
using Pkg
Pkg.add(PackageSpec(name="Compose", rev="master"))
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
include("docs/make.jl")
'
- julia --color=yes --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- travis_wait julia --color=yes --project=docs docs/make.jl
after_success: skip

0 comments on commit 7a354af

Please sign in to comment.