.travis.yml 92 B

12345678910
  1. before_install:
  2. - ./install-godeps.sh
  3. script:
  4. - make travis
  5. language: go
  6. go:
  7. - 1.8