HiddenSounds/.travis.yml

17 lines
229 B
YAML
Raw Normal View History

2019-05-13 09:15:19 +00:00
# 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