graphbrainz/.travis.yml

16 lines
157 B
YAML
Raw Normal View History

language: node_js
node_js:
- "4"
- "6"
# Use container-based Travis infrastructure.
sudo: false
branches:
only:
- master
script:
2016-12-07 08:23:02 +00:00
- yarn test