add first .travis.yml

master
Oliver Tonnhofer 2015-09-29 14:10:00 +02:00
parent fa99248c7a
commit 1efbec4897
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: go
addons:
apt:
packages:
- python-psycopg2
- python-nose
- python-shapely
- osmosis
before_script:
- psql -U postgres -c "create extension postgis"
install:
- go get github.com/tools/godep
script: make