From: Ian Cordasco Date: Tue, 3 Dec 2013 12:36:06 +0000 (-0600) Subject: Make .travis.yml a little easier to read X-Git-Tag: upstream/0.2.1^2~58 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/e5607fb569382c31d2406b3701d61a19c4635df7 Make .travis.yml a little easier to read --- 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