]> andersk Git - libyaml.git/blame - .travis.yml
Make declarations before other statements
[libyaml.git] / .travis.yml
CommitLineData
aa10f657 1language: c
fe3d086f
JCFR
2
3matrix:
4 include:
aa10f657
IN
5 - os: linux
6 compiler: gcc
7 sudo: required
8 - os: linux
9 compiler: clang
10 sudo: required
11 - os: osx
12 compiler: gcc
13 - os: osx
14 compiler: clang
1525ded0 15
fe3d086f 16before_install:
1525ded0 17
aa10f657
IN
18# Travis branch-specific clone problem workaround:
19- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
20- git fetch
21
22- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
23 pip install --user scikit-ci-addons==0.15.0;
24 ci_addons travis/install_cmake 3.2.0;
25 fi
26
27script: tests/run-all-tests.sh
This page took 0.044178 seconds and 5 git commands to generate.