summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2013-12-03 06:36:06 -0600
committerIngy döt Net <ingy@ingy.net>2016-09-16 10:49:11 -0700
commite5607fb569382c31d2406b3701d61a19c4635df7 (patch)
tree7f8d3e4572ada1beb82adc29e663f1d14ccdd0da /.travis.yml
parent1525ded0edb37facd366cd5bf0fea4247b242726 (diff)
downloadlibyaml-git-e5607fb569382c31d2406b3701d61a19c4635df7.tar.gz
Make .travis.yml a little easier to read
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f01806..402f631 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,7 @@ compiler:
- clang
- gcc
-script: ./bootstrap && ./configure && make test
+script:
+- ./bootstrap
+- ./configure
+- make test