Skip to content

Commit

Permalink
chore(.travis.yml): add postgresql support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Apr 21, 2014
1 parent 3546ada commit e7ecddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install: make install
before_script:
- psql -c 'create database "npmgems";' -U postgres
- psql -c 'create extension "hstore";' -d npmgems -U postgres
script: make test
addons:
sauce_connect: true
postgresql: 9.3
env:
global:
- secure: acuOAssIorJ+zegbgbw/S3rc/yoHdUeM63Uiq7cfCi2a8eP8HVjwGbmAYaDEs8i3BnYMc5lk/RzRoOCqHbKjhyEdOZRIc+hPqpo8+6JfZM6lM2FwC18RkDRAE/j1c6wRM9pDiwkbXA/kdOyRTncK0rY3QnpTk5JS+rVVTx7RJFg=
Expand Down

0 comments on commit e7ecddb

Please sign in to comment.