aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2016-09-21 11:44:20 -0700
committerBruce A. Mah <bmah@es.net>2016-09-21 11:44:20 -0700
commit55b4eb143eae21e1bce570664e8a2448e0cbc25e (patch)
tree662a5a66d8be15e7783ee4af6448792c2968312a /.travis.yml
parent508b98e91aecf3bd25c3fb6be41ab83a4f2f1e6e (diff)
downloadiperf3-55b4eb143eae21e1bce570664e8a2448e0cbc25e.tar.gz
Fix whitespace errors in .travis.yml.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d64087b..91043c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: c
- compiler:
+compiler:
- gcc
- clang
- os: linux
+os: linux
- script: ./configure && make && make check
+script: ./configure && make && make check