Skip to content

Commit 8c933e9

Browse files
committed
Remove travis_wait since it's not necessary
1 parent e1682f8 commit 8c933e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-
- travis_wait 30 bundle exec jekyll build
19+
- bundle exec jekyll build

0 commit comments

Comments
 (0)