.travis.yml 162 B

12345678910111213141516171819
  1. language: go
  2. sudo: false
  3. go:
  4. - 1.4
  5. - 1.5
  6. - tip
  7. matrix:
  8. allow_failures:
  9. - go: tip
  10. addons:
  11. apt:
  12. packages:
  13. - libpcap-dev
  14. script:
  15. - ./test