gca-js
Version:
JS rewrite of gca-node
18 lines (17 loc) • 339 B
YAML
language: node_js
node_js:
- "7"
- "6"
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libudev-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
matrix:
include:
- os: linux
dist: trusty
sudo: required
os:
- linux
- osx
notifications:
email: false