hyperion.ng/.travis.yml

18 lines
373 B
YAML

notifications:
email: false
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