.travis.yml 88 B

12345678
  1. language: C
  2. arch:
  3. - AMD64
  4. - ppc64le
  5. install: true
  6. script:
  7. - cd tests
  8. - make all