TravisCI Config - Ignore errors in make
authorJohn Hodge <[email protected]>
Sat, 10 May 2014 07:45:37 +0000 (15:45 +0800)
committerJohn Hodge <[email protected]>
Sat, 10 May 2014 07:45:37 +0000 (15:45 +0800)
.travis.yml

index d39dc5d..a98da7d 100644 (file)
@@ -6,4 +6,4 @@ compiler: clang
 #env:
 # - ARCH=host HOST_ARCH=x86 USE_ACPICA=0
 # - ARCH=host HOST_ARCH=x86_64 CC="$CC -m64"
-script: "make utest mtest"
+script: "make -k utest mtest"

UCC git Repository :: git.ucc.asn.au