Revision cef6a8e821f55e71b791555d22b45bd3debc2596 authored by Jonathan Protzenko on 08 May 2020, 16:26:29 UTC, committed by GitHub on 08 May 2020, 16:26:29 UTC
OCaml API: Don't run unit tests which require unsupported features 
2 parent s 760addb + 28f416c
Raw File
.travis.yml
language: c
os: linux
arch: arm64
dist: bionic
script:
  - cd dist/gcc-compatible && ./configure
  - make -j
  - make -C ../../tests arm -j
back to top