ray/.travis.yml
2016-06-10 17:25:55 -07:00

18 lines
301 B
YAML

sudo: required
dist: trusty
language: generic
before_install:
- sudo apt-get -y update
- sudo apt-get -y install git
- sudo add-apt-repository --yes ppa:kalakris/cmake
install:
- bash setup.sh
script:
- cd test
- python runtest.py
- python arrays_test.py
- python datasets_test.py