graphbrainz/.travis.yml
2016-12-07 00:23:02 -08:00

15 lines
157 B
YAML

language: node_js
node_js:
- "4"
- "6"
# Use container-based Travis infrastructure.
sudo: false
branches:
only:
- master
script:
- yarn test