Skip to content

Commit

Permalink
Travis: add apt.postgresql.org and ip4r.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Jun 16, 2014
1 parent 34da7fa commit 1d9c225
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ install:
- wget http://pgsql.tapoueh.org/sbcl/sbcl_1.2.0-1_amd64.deb
- sudo dpkg -i sbcl_1.2.0-1_amd64.deb
- sudo apt-get install -f
- sudo apt-get install sbcl unzip libsqlite3-dev gawk
- sudo apt-get install sbcl unzip libsqlite3-dev gawk libssl
- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
- echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install postgresql-9.1-ip4r
before_script:
- sudo -u postgres createuser -S -R -D -E -l pgloader
- sudo -u postgres createdb -E UTF8 -O pgloader -hlocalhost pgloader
Expand Down

0 comments on commit 1d9c225

Please sign in to comment.