]> andersk Git - libyaml.git/blobdiff - .travis.yml
Fix typo
[libyaml.git] / .travis.yml
index 402f63177ac0f5660a255ebce396b78112f36486..dada04bc6774d99eb72cf29aac5a6c463a619b52 100644 (file)
@@ -1,3 +1,7 @@
+os:
+- linux
+- osx
+
 language: c
 
 compiler:
@@ -7,4 +11,9 @@ compiler:
 script:
 - ./bootstrap
 - ./configure
+- make test-all
+- make distclean
+- cmake .
+- make
 - make test
+- make clean
This page took 0.096589 seconds and 4 git commands to generate.