language: go go: 1.7.4 install: make install script: make ci after_success: test -n "$TRAVIS_TAG" && go run main.go notifications: email: false