diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-06 20:06:27 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-06 20:06:27 +0000 |
commit | b0f90b9fe3ed5cd7e97546cf9b8d806c3af5d1af (patch) | |
tree | b6bf619d5426c4d7be9f92c57dc3d716e8b9fe92 /.travis.yml | |
parent | trying to figure out where the headers are... (diff) | |
download | mutator-b0f90b9fe3ed5cd7e97546cf9b8d806c3af5d1af.tar.gz mutator-b0f90b9fe3ed5cd7e97546cf9b8d806c3af5d1af.zip |
trying to figure out where the headers are...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fca9a9f..46ce91e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,4 +58,5 @@ after_success: - cd 4.9 - ls - cd include - - ls
\ No newline at end of file + - ls + - gcc -E - <<< '#include<stddef.h>'
\ No newline at end of file |