Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Try to install pg 9.6.2 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed May 5, 2017
1 parent 0827447 commit a9eabe2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
dist: trusty
language: python
sudo: true # # Bring this back once pg 9.6.2 is available

git:
depth: 5
addons:
postgresql: 9.3
# Bring this back once pg 9.6.2 is available
# postgresql: 9.6
firefox: latest-esr
before_install:
# Remove this block once pg 9.6.2 is available
- psql --version
- sudo /etc/init.d/postgresql stop
- "! sudo service postgresql status"
- sudo add-apt-repository "deb https://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main"
- sudo apt-get update
- sudo apt-get install postgresql-9.6
- sudo /etc/init.d/postgresql start
- sudo service postgresql status
- psql --version

- git branch -vv | grep '^*'
- pwd
- find . -name "*.sh" -exec bash -n {} \;
Expand Down

0 comments on commit a9eabe2

Please sign in to comment.