hyperion.ng/.travis.yml

19 lines
421 B
YAML
Raw Normal View History

notifications:
email: false
2016-08-07 21:51:06 +02:00
slack: hyperiondevteam:JHOhorlTVgcYKwT6Tj1nnGou
language: cpp
matrix:
include:
- os: linux
dist: trusty
sudo: required
- os: osx
osx_image: xcode7.3
before_install:
- chmod +x ./.travis/travis_install.sh
- ./.travis/travis_install.sh
script:
- chmod +x ./.travis/travis_build.sh ./test/testrunner.sh
- ./.travis/travis_build.sh
- ./test/testrunner.sh