Files
YellowLabTools/.travis.yml
T
2018-01-16 20:16:03 -06:00

19 lines
278 B
YAML

language: node_js
sudo: false
node_js:
- "8.9"
- "6.2"
- "4.7"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- "npm install -g npm"
- "npm install -g grunt-cli"
install:
- "npm install"