Skip to content

Commit

Permalink
Add travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Jan 29, 2017
1 parent e2f1a5a commit 2f3e04c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: go
go:
- 1.7.5
- 1.8rc3
- tip

os:
- linux
- osx

sudo: false

install:
- echo "skipping travis' default"

script:
- make test-all

0 comments on commit 2f3e04c

Please sign in to comment.