diff options
| -rw-r--r-- | .travis.yml | 3 | 
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 | 
