Update .travis.yml

This commit is contained in:
Symisc Systems 2018-02-19 01:02:57 +01:00 committed by GitHub
parent d42d66627c
commit 200c8bef37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
language: c
script: cc ph7.c -Ofast
script:
- CC ph7.c examples/ph7_intro.c -W -Wall -Ofast