Get Travis set up.
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
script: make && make test
|
||||||
@@ -231,3 +231,6 @@ else:
|
|||||||
for key in sorted(skipped.keys()):
|
for key in sorted(skipped.keys()):
|
||||||
print ('Skipped ' + color.YELLOW + str(skipped[key]) + color.DEFAULT +
|
print ('Skipped ' + color.YELLOW + str(skipped[key]) + color.DEFAULT +
|
||||||
' tests: ' + key)
|
' tests: ' + key)
|
||||||
|
|
||||||
|
if failed != 0:
|
||||||
|
sys.exit(1)
|
||||||
Reference in New Issue
Block a user