]> andersk Git - libyaml.git/blobdiff - .travis.yml
Fix unitialized value crash found by OSS Fuzz
[libyaml.git] / .travis.yml
index 904cc0d91e39e997cf7b835ad498d6b489313ae5..e78998662f946688455e8aeb6642b2e2ac06d509 100644 (file)
@@ -1,15 +1,11 @@
+os:
+- linux
+- osx
+
 language: c
 
 compiler:
 - clang
 - gcc
 
-script:
-- ./bootstrap
-- ./configure
-- make test
-- make distclean
-- cmake .
-- make
-- make test
-- make clean
+script: tests/run-tests.sh
This page took 0.040576 seconds and 4 git commands to generate.