Skip to content

Commit

Permalink
fix(ci): remove gecko from webdriver
Browse files Browse the repository at this point in the history
Apparently we are hitting all sorts of rate limits while downloading
gecko from Github that fails our tests.  We don't even use gecko.  This
removes gecko to try and overcome the problem.
  • Loading branch information
jniles committed Mar 16, 2018
1 parent 4c2bcf9 commit 35ff34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn install

./node_modules/.bin/bower install --quiet
./node_modules/.bin/gulp build
./node_modules/.bin/webdriver-manager update
./node_modules/.bin/webdriver-manager update --gecko false

# cd into the built directory
cd bin

0 comments on commit 35ff34b

Please sign in to comment.