Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
circle: try and update chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram committed Oct 18, 2017
1 parent 129a5da commit 4822c34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ dependencies:
override:
- cd $WS && go build
- npm run build
# chromedriver
- wget https://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- sudo cp chromedriver /usr/local/bin/chromedriver
test:
pre:
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
Expand Down

0 comments on commit 4822c34

Please sign in to comment.