]> andersk Git - libyaml.git/blame_incremental - .travis.yml
Move tests/run-test-suite to branch run-test-suite
[libyaml.git] / .travis.yml
... / ...
CommitLineData
1
2matrix:
3 include:
4 - os: linux
5 sudo: required
6 compiler: gcc
7 - os: linux
8 sudo: required
9 compiler: clang
10 - os: osx
11 compiler: gcc
12 - os: osx
13 compiler: clang
14
15language: c
16
17before_install:
18- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip install --user scikit-ci-addons==0.15.0; ci_addons travis/install_cmake 3.2.0; fi
19
20script: tests/run-tests.sh
This page took 0.027628 seconds and 5 git commands to generate.