Try ant instead of make

This commit is contained in:
Ian Craggs 2016-05-27 11:20:24 +01:00
parent 1344a541ec
commit 89d2c5fc66
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
language: c
compiler:
- gcc
- clang
@ -8,4 +9,4 @@ os:
- osx
script:
- make
- ant