Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Add work-around for travis-ci/travis-ci#8969
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Mar 31, 2018
1 parent 9927199 commit 0c38178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,10 @@ notifications:
env:
- DEBUG=1 IPV4=1

before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8969
- travis_retry gem update --system

script:
- bundle exec rake build
- bundle exec rspec -t ~multicast:ipv6 -t ~performance

0 comments on commit 0c38178

Please sign in to comment.