Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bailantaotao committed Oct 24, 2017
1 parent 4afbd91 commit ab66899
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: go
go_import_path: github.com/getamis/eth-client
sudo: false
os:
- linux
- osx
go:
- 1.7.x
- 1.8.x
- 1.9.x

install:
- go get github.com/Masterminds/glide

script:
go test -v $(glide novendor | grep -v "\.\/tests\/\.\.\.")

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/250f433972aaec17b964
on_success: always
on_failure: always

0 comments on commit ab66899

Please sign in to comment.