Skip to content

Commit

Permalink
Merge pull request #54 from ilvalle/pg9.4
Browse files Browse the repository at this point in the history
Switched to postgresql 9.4 in travis-ci
  • Loading branch information
mdipierro committed Feb 9, 2015
2 parents 2e833fd + 3e6e2ea commit 585dd61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_script:
- if [[ $ADAPTER == mysql ]]; then mysql -e 'create database pydal;'; fi
- if [[ $ADAPTER == postgres* ]]; then psql -c 'create database pydal;' -U postgres; fi
- if [[ $ADAPTER == postgres* ]]; then psql -c 'create extension postgis;' -U postgres -d pydal; fi
- if [[ $ADAPTER == postgres* ]]; then psql -c 'SHOW SERVER_VERSION' -U postgres; fi

# Install last sdk for app engine (update only whenever a new release is available)
- if [[ $ADAPTER == google ]]; then wget http://googleappengine.googlecode.com/files/google_appengine_1.8.9.zip -nv; fi
Expand Down Expand Up @@ -59,3 +60,7 @@ notifications:
email: true

services: mongodb

addons:
postgresql: "9.4"

0 comments on commit 585dd61

Please sign in to comment.