Files
html5-boilerplate/.travis.yml
2019-08-29 15:33:05 -04:00

17 lines
230 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:
- 8
- 9
- 10
dist: trusty
sudo: false