.travis.yml 149 Bytes
Newer Older
Brian Tiger Chow's avatar
Brian Tiger Chow committed
1 2 3 4 5 6 7 8 9 10 11 12 13
language: go

go:
  - 1.2
  - tip

# not yet https://github.com/travis-ci/travis-ci/issues/2318
os:
  - linux
  - osx

notifications:
  email: false