Skip to content

Commit

Permalink
add travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 15, 2016
1 parent 0b92f09 commit d259e38
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
language: go
sudo: false

go:
- 1.5.4
- 1.6.4
- 1.7.4
- tip

script:
- go test -v -covermode=atomic -coverprofile=coverage.out

after_success:
- bash <(curl -s https://codecov.io/bash)

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change
on_failure: always
on_start: false

0 comments on commit d259e38

Please sign in to comment.