Skip to content

Commit

Permalink
Use travis_wait for docs/build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Apr 4, 2019
1 parent ccf9779 commit a3dccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ matrix:
before_script:
- docs/instantiate.jl
script:
- docs/build.jl
- travis_wait 60 docs/build.jl
after_success:
- docs/deploy.jl
notifications:
Expand Down

0 comments on commit a3dccfd

Please sign in to comment.