Skip to content

Commit

Permalink
Add travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
etix committed Jun 16, 2017
1 parent c776406 commit 03de3c5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
@@ -0,0 +1,26 @@
language: go
sudo: required

go:
- 1.6.4
- 1.8.3
- tip

os:
- linux

matrix:
allow_failures:
- go: tip

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgeoip-dev

install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- go env

script: make test

0 comments on commit 03de3c5

Please sign in to comment.