Skip to content

Commit

Permalink
travis ci: disabled xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jan 22, 2015
1 parent 7ce0aed commit b09bb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,8 @@ install:
- pip install MySQL-python

before_script:
- export DISPLAY=:99.0
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
# - export DISPLAY=:99.0
# - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- psql template1 -c 'CREATE EXTENSION hstore;'
- psql -U postgres -c 'CREATE DATABASE nodeshot_ci;'
- psql -U postgres -d nodeshot_ci -c "CREATE EXTENSION postgis;"
Expand Down

0 comments on commit b09bb2e

Please sign in to comment.