.travis.yml 90 B

1234567
  1. arch:
  2. - amd64
  3. - ppc64le
  4. language: go
  5. before_script:
  6. - go get golang.org/x/sys/unix