Skip to content

Commit

Permalink
Attempt to work around timeouts by using the travis-wait command and …
Browse files Browse the repository at this point in the history
…more processes
  • Loading branch information
UniversalSuperBox committed Dec 5, 2017
1 parent a5defa1 commit 240580c
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 @@ -8,7 +8,7 @@ install:
- pip install -r requirements.txt

script:
- sphinx-build -a -j4 . _build
- travis-wait 30 sphinx-build -a -j8 . _build

deploy:
provider: pages
Expand Down

0 comments on commit 240580c

Please sign in to comment.