Codebase list golang-github-go-macaron-cache / HEAD .travis.yml
HEAD

Tree @HEAD (Download .tar.gz)

.travis.yml @HEADraw · history · blame

sudo: false
language: go

go:
  - 1.3
  - 1.4
  - 1.5
  - tip

script: go test -v -cover -race

notifications:
  email:
    - u@gogs.io