mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 22:28:10 -05:00
15 lines
218 B
YAML
15 lines
218 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:
|
|
- 10
|
|
|
|
dist: trusty
|
|
sudo: false
|