Skip to content

Commit 7d3027e

Browse files
authored
Merge pull request #109 from ocefpaf/travis-ci_image
Use latest Travis-CI image.
2 parents bc75796 + ffb66d6 commit 7d3027e

1 file changed

Lines changed: 3 additions & 23 deletions

File tree

.travis.yml

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ language: python
44

55
sudo: required
66

7-
dist: precise
8-
97
cache:
108
directories:
119
- $HOME/miniconda
@@ -26,25 +24,10 @@ services:
2624
- postgresql
2725

2826
addons:
27+
postgresql: "9.5"
2928
apt:
3029
packages:
31-
# FIXME: when activating the services above I don't think these are needed.
32-
- odbcinst1debian2
33-
- odbcinst
34-
- tdsodbc
35-
- e2fsprogs
36-
# FIXME: the dependencies below can probably be replaced by conda.
37-
- libc6
38-
- freetds-dev
39-
- freetds-bin
40-
- unixodbc
41-
- unixodbc-dev
42-
- mysql-client
43-
# FIXME: I don't see the need for these anywhere.
44-
- cmake
45-
- libproj-dev
46-
- libgeos-dev
47-
- libspatialite-dev
30+
- postgresql-9.5-postgis-2.3
4831

4932
matrix:
5033
fast_finish: true
@@ -63,12 +46,9 @@ matrix:
6346
- python: 3.6
6447
env: TEST_TARGET=default
6548

66-
before_script:
49+
before_install:
6750
- ./ci-helpers/mysql_setup.sh
6851
- ./ci-helpers/postgres_setup.sh
69-
- ./ci-helpers/travis/freetds.sh
70-
71-
before_install:
7252
- |
7353
URL="http://bit.ly/miniconda"
7454
echo ""

0 commit comments

Comments
 (0)