ray/.travis.yml
2016-06-22 16:20:56 -07:00

29 lines
614 B
YAML

sudo: required
language: generic
matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode7
allow_failures:
- os: osx
osx_image: xcode7
before_install:
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get -y update ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get -y install git ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo add-apt-repository --yes ppa:kalakris/cmake ; fi
install:
- ./setup.sh
- ./build.sh
script:
- source setup-env.sh
- cd test
- python runtest.py
- python arrays_test.py
- python datasets_test.py