]> andersk Git - libyaml.git/blobdiff - .travis.yml
Move Travis CI steps into a Bash script
[libyaml.git] / .travis.yml
index 402f63177ac0f5660a255ebce396b78112f36486..e78998662f946688455e8aeb6642b2e2ac06d509 100644 (file)
@@ -1,10 +1,11 @@
+os:
+- linux
+- osx
+
 language: c
 
 compiler:
 - clang
 - gcc
 
-script:
-- ./bootstrap
-- ./configure
-- make test
+script: tests/run-tests.sh
This page took 0.024023 seconds and 4 git commands to generate.