use travis_retry for transient network things

This commit is contained in:
Brian Hicks 2018-03-27 21:31:05 -05:00
parent 11255f2d88
commit e15046d968
No known key found for this signature in database
GPG Key ID: FF1F407C0D3C2430

View File

@ -22,7 +22,7 @@ before_install:
fi
install:
- $TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 make -j setup
- travis_retry $TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 make -j setup
script:
- $TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 make test