Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nclopezo committed May 30, 2018
1 parent 5daac56 commit 6574bb8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ addons:
packages:
- bsdtar
- gettext
- chromium-chromedriver
chrome: stable
language: python
python:
- "3.5"
install:
# Install cromedriver
- "sudo chown root /opt/google/chrome/chrome-sandbox"
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
- "export PLATFORM=linux64"
- "VERSION=$(curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE)"
- "sudo curl http://chromedriver.storage.googleapis.com/2.8/chromedriver_$PLATFORM.zip | sudo bsdtar -xvf - -C /usr/local/bin"
- "sudo chown root /usr/local/bin/chromedriver"
- "sudo chmod 4755 /usr/local/bin/chromedriver"
- ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver
# Install GLaDOS
- "pip install -r requirements.txt"
- python setup.py install
Expand Down

0 comments on commit 6574bb8

Please sign in to comment.