Files
html5-boilerplate/.travis.yml
2018-10-10 16:03:54 -04:00

17 lines
229 B
YAML

# For more information about the configurations used
# in this file, please see the Travis CI documentation:
# https://docs.travis-ci.com
git:
depth: 10
language: node_js
node_js:
- 6
- 8
- 9
dist: trusty
sudo: false