xref: /relibc/openlibm/.travis.yml (revision 388f0f1d324531e806ebd1206ec045d5268ad378)
1language: c
2script: ./.travis.sh
3os:
4    - linux
5env:
6    - TARGET=host
7    - TARGET=arm32
8matrix:
9    exclude:
10        - os: osx
11          env: TARGET=arm32
12notifications:
13    email: false
14