Skip to content

Commit

Permalink
use dist:precise in travis-ci because postgis is failing in trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Aug 18, 2017
1 parent 896d99a commit cfbf5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: python
dist: precise
sudo: false
python:
- "3.6"
- "3.5"
Expand All @@ -22,7 +24,5 @@ script:
after_success:
- coveralls

sudo: false

notifications:
email: false

0 comments on commit cfbf5d2

Please sign in to comment.