Skip to content

Commit

Permalink
Merge pull request #148 from sgotti/enable_travis
Browse files Browse the repository at this point in the history
stolon: Add travis CI.
  • Loading branch information
sgotti committed Sep 9, 2016
2 parents 56450ea + 94e5534 commit 7b9a911
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: go

go:
- 1.5.4
- 1.6.3
- 1.7

env:
- TARGET=amd64
- TARGET=arm64

install:
-

script:
./test

0 comments on commit 7b9a911

Please sign in to comment.