Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
upgrade to travis container infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jan 20, 2016
1 parent 8b2d855 commit d2693a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
before_install:
- sudo apt-get install libpq-dev --quiet --quiet
before_script:
- createdb
addons:
apt:
packages:
- libpq-dev
postgresql: "9.3"
notifications:
hipchat:
Expand Down

0 comments on commit d2693a2

Please sign in to comment.