Skip to content

Commit

Permalink
Add chrome addon, and install chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed Oct 27, 2018
1 parent 7501bbc commit 68ed554
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: python
dist: xenial
sudo: true
addons:
chrome: stable
apt:
packages:
- chromium-chromedriver
services:
- postgresql
python:
Expand Down Expand Up @@ -32,6 +37,8 @@ matrix:
- env: DJANGO='--pre django'
fast_finish: true
before_script:
# Add link to ChromeDriver in PATH
- ln --symbolic /usr/lib/chromium-browser/chromedriver "${HOME}/bin/chromedriver"
- psql -c 'CREATE DATABASE orderable' -U postgres;
install:
- pip install $DJANGO
Expand Down

0 comments on commit 68ed554

Please sign in to comment.