.travis.yml 72 B

123456789
  1. language: go
  2. os:
  3. - linux
  4. - osx
  5. before_install:
  6. - ulimit -n 4096