mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
25f8e47bb6
* cleanup: remove ambiled device as written at the forum this is no longer supported. All people should move to adalight. They just need to flash a new sketch. * fix typo * travis.ci * travis: move to ubuntu 14.04 * script try * add serialport * update .json files * . * . * . * update travis * fix * typo * fix * . * disable v4l2 on mac * disable email notification * update osx * maybe fix * . * disable osx and rm v4l2
17 lines
327 B
YAML
17 lines
327 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
|
|
- ./.travis/travis_build.sh
|