tracker/.travis.yml
Jimmy Zelinskie 1bc4ce345d travis: set sudo=false
This enables our builds to be run in a container on TravisCI, which is drastically faster.
2015-02-09 19:24:01 -05:00

22 lines
293 B
YAML

language: go
go: 1.4
sudo: false
before_install:
- go get github.com/tools/godep
script:
- godep go test ./...
notifications:
irc:
channels:
- "irc.freenode.net#chihaya"
use_notice: true
skip_join: true
on_success: always
on_failure: always
email: false