.travis.yml 206 B

123456789101112131415
  1. language: go
  2. go:
  3. - 1.2
  4. - 1.3
  5. - 1.4
  6. - 1.5
  7. script:
  8. - ./validate.sh
  9. # this should give us faster builds according to
  10. # http://docs.travis-ci.com/user/migrating-from-legacy/
  11. sudo: false