Skip to content

Commit ee72508

Browse files
committed
Fix #680: Add travis_wait to script
1 parent c6d2f45 commit ee72508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ before_script: chmod +x coursier
1616
script:
1717
- ./scripts/run-tut.sh
1818
- rm -r tut-tmp
19-
- bundle exec jekyll build
19+
- travis_wait 30 bundle exec jekyll build

0 commit comments

Comments
 (0)