Revision df5c05e12080c6f710da54b6e3348288f3506d46 authored by Tina Müller on 18 July 2018, 21:36:05 UTC, committed by Tina Müller on 18 July 2018, 21:36:58 UTC
Thanks to @tlsa for spotting this
1 parent f033001
.travis.yml
language: c
matrix:
include:
- os: linux
compiler: gcc
sudo: required
- os: linux
compiler: clang
sudo: required
- os: osx
compiler: gcc
- os: osx
compiler: clang
before_install:
# Travis branch-specific clone problem workaround:
- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch
- 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: tests/run-all-tests.sh

Computing file changes ...