Fix race condition (#10)

* Fix race condition

* Add check for GITHUB_TOKEN env var
This commit is contained in:
Peter Squicciarini
2018-08-31 10:53:36 -04:00
committed by GitHub
parent cbe7f17b5a
commit 058f0db4f3
3 changed files with 48 additions and 11 deletions

View File

@@ -5,5 +5,6 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install yarn --without-node
brew install jq zip
else
sudo apt-get update
sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev fakeroot rpm
fi