flacgo/.travis.yml

27 lines
568 B
YAML
Raw Permalink Normal View History

2014-11-09 23:25:22 +00:00
language: go
2016-04-22 12:31:50 +00:00
go:
- "1.12"
- tip
2014-11-09 23:25:22 +00:00
notifications:
email: false
env:
global:
# Coveralls.io token.
2014-11-09 23:25:22 +00:00
- secure: "JtfIj2ItU0o6/wxnwaCULmPnWO1fQHrX3hGbWey56hPzybA3pQEs5YOZt16nQU5GS8p3Z3OIILUP4LGebqsLU5dyWA/GxnZv45MoZ8TS8lB7aie7l5Y6yYvq0ZBJoMWxXSY6sZJ1sKJG1F7NlQoknZToxvlkfF4nP9N5RQpL8iU="
install:
- go get -t ./...
2014-11-09 23:25:22 +00:00
2014-11-10 23:57:40 +00:00
before_script:
- wget https://github.com/mewmew/ci/raw/master/get_tools.sh
- chmod +x get_tools.sh
- ./get_tools.sh
- wget https://github.com/mewmew/ci/raw/master/ci_checks.sh
- chmod +x ci_checks.sh
2014-11-10 23:57:40 +00:00
script:
- ./ci_checks.sh