Skip to content

Commit a46aaa0

Browse files
committed
Add support for 9.5 (use trusty image)
Here's hoping this just works?
1 parent 9be3b47 commit a46aaa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
sudo: required
2+
dist: trusty
13
language: c
2-
34
env:
45
- PGVERSION=9.1
56
- PGVERSION=9.2
67
- PGVERSION=9.3
78
- PGVERSION=9.4
8-
9+
- PGVERSION=9.5
910
before_script:
1011
- export PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH # Add our chosen PG version to the path
1112
- sudo /etc/init.d/postgresql stop # Stop whichever version of PG that travis started
@@ -14,7 +15,6 @@ before_script:
1415
- sudo apt-get install postgresql-server-dev-$PGVERSION # Required for PGXS
1516
- sudo apt-get install postgresql-common # Required for extension support files
1617
- createdb hll_regress # Create the test database
17-
1818
script:
1919
- make && sudo make install
2020
- psql -c "create extension hll" hll_regress

0 commit comments

Comments
 (0)