aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-07 12:59:17 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-07 12:59:17 +0000
commitb61dcb3987594ec1f8197c5f38adc5f5952eb3d9 (patch)
tree003c0d0198e57d07f7f26e52a60e1b12f5bfb249 /.travis.yml
parentminor change (diff)
downloadmutator-b61dcb3987594ec1f8197c5f38adc5f5952eb3d9.tar.gz
mutator-b61dcb3987594ec1f8197c5f38adc5f5952eb3d9.zip
fixing...
Diffstat (limited to '')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 46ce91e..fe304ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,4 +59,5 @@ after_success:
- ls
- cd include
- ls
- - gcc -E - <<< '#include<stddef.h>' \ No newline at end of file
+ - gcc -E - <<< '#include<stddef.h>'
+ - gcc -E - <<< '#include<assert.h>' \ No newline at end of file