]> andersk Git - libyaml.git/blobdiff - .travis.yml
Make .travis.yml a little easier to read
[libyaml.git] / .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.025712 seconds and 4 git commands to generate.