Files
YellowLabTools/.travis.yml
T
2016-07-08 13:06:51 +08:00

18 lines
268 B
YAML

language: node_js
sudo: false
node_js:
- "6.2"
- "4.0"
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"