HiddenSounds/.travis.yml
2019-05-13 11:15:19 +02:00

16 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