Skip to content

Commit

Permalink
Add workaround for travis error "Resource temporarily unavailable"
Browse files Browse the repository at this point in the history
  • Loading branch information
malbarbo committed Oct 4, 2018
1 parent de27cd3 commit e22a562
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ matrix:
- env: TARGET=thumbv7m-none-eabi STD=1


before_install:
# workaround for https://github.com/travis-ci/travis-ci/issues/4704
- python3 -c 'import os,sys; os.set_blocking(sys.stdout.fileno(), True)'


install:
- curl https://sh.rustup.rs -sSf |
sh -s -- -y --default-toolchain $TRAVIS_RUST_VERSION
Expand Down

0 comments on commit e22a562

Please sign in to comment.