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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwright authored Sep 12, 2016
1 parent 479369b commit 7b5ac19
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,8 @@ dist: trusty
osx_image: xcode8
services:
- postgresql
addons:
apt:
sources:
- precise-pgdg-9.5
packages:
- postgresql-9.5
- postgresql-contrib-9.5
postgresql: 9.5
before_script:
- sudo cp /etc/postgresql/9.4/main/pg_hba.conf /etc/postgresql/9.5/main/pg_hba.conf
- sudo /etc/init.d/postgresql restart
- psql -U postgres -c 'CREATE DATABASE test;'
- sudo psql -U postgres -c 'CREATE DATABASE test;'
script:
- eval "$(curl -sL swift.vapor.sh/ci)"
- eval "$(curl -sL swift.vapor.sh/codecov)"

0 comments on commit 7b5ac19

Please sign in to comment.