1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-13 06:11:53 +00:00
ansible-playable/.travis.yml

22 lines
319 B
YAML
Raw Normal View History

2017-06-07 17:36:44 +00:00
language: node_js
node_js:
- 6
matrix:
fast_finish: true
allow_failures:
- node_js: 5.12.0
before_script:
- npm install -g gulp-cli node-gyp
services: mongodb
cache:
directories:
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8