]> andersk Git - libyaml.git/blobdiff - .travis.yml
Update libyaml-{parser,emitter}.list
[libyaml.git] / .travis.yml
index 402f63177ac0f5660a255ebce396b78112f36486..8140b72bf3353f6d8fe61383cf9c324158e844f4 100644 (file)
@@ -1,10 +1,20 @@
+
+matrix:
+  include:
+    - os: linux
+      sudo: required
+      compiler: gcc
+    - os: linux
+      sudo: required
+      compiler: clang
+    - os: osx
+      compiler: gcc
+    - os: osx
+      compiler: clang
+
 language: c
 
-compiler:
-- clang
-- gcc
+before_install:
+- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip install --user scikit-ci-addons==0.15.0; ci_addons travis/install_cmake 3.2.0; fi
 
-script:
-- ./bootstrap
-- ./configure
-- make test
+script: tests/run-tests.sh
This page took 0.024864 seconds and 4 git commands to generate.