]> andersk Git - libyaml.git/commitdiff
Make .travis.yml a little easier to read
authorIan Cordasco <graffatcolmingov@gmail.com>
Tue, 3 Dec 2013 12:36:06 +0000 (06:36 -0600)
committerIngy döt Net <ingy@ingy.net>
Fri, 16 Sep 2016 17:49:11 +0000 (10:49 -0700)
.travis.yml

index 3f01806841743a633e8b0e3adabb27c2e3890b90..402f63177ac0f5660a255ebce396b78112f36486 100644 (file)
@@ -4,4 +4,7 @@ compiler:
 - clang
 - gcc
 
-script: ./bootstrap && ./configure && make test
+script:
+- ./bootstrap
+- ./configure
+- make test
This page took 0.039532 seconds and 5 git commands to generate.