Skip to content

Commit

Permalink
Appy fix for 'Github request rate limit reached'
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Apr 9, 2018
1 parent 9dfeb81 commit 2869b2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ "$GLTEST" = "test" ]; then
$TRAVIS_BUILD_DIR/backend/bin/globaleaks -z $TRAVIS_USR -k9
sleep 3

node_modules/protractor/bin/webdriver-manager update
node_modules/protractor/bin/webdriver-manager update --gecko=false

grunt protractor_coverage
grunt end2end-coverage-report
Expand Down Expand Up @@ -114,7 +114,8 @@ elif [ "$GLTEST" = "build_and_install" ]; then
sudo ./scripts/install.sh --assume-yes --test
setupClientDependencies
cd $TRAVIS_BUILD_DIR/client
node_modules/protractor/bin/webdriver-manager update

node_modules/protractor/bin/webdriver-manager update --gecko=false
node_modules/protractor/bin/protractor tests/end2end/protractor.config.js

elif [[ $GLTEST =~ ^end2end-.* ]]; then
Expand Down

0 comments on commit 2869b2d

Please sign in to comment.