Fix whitespace errors in .travis.yml.

(cherry picked from commit 873dcaf082)
Signed-off-by: Bruce A. Mah <bmah@es.net>
This commit is contained in:
Bruce A. Mah 2016-09-21 11:44:20 -07:00
parent f0367ef845
commit 976b25ca49

View File

@ -1,7 +1,7 @@
language: c
compiler:
compiler:
- gcc
- clang
os: linux
os: linux
script: ./configure && make && make check
script: ./configure && make && make check