github-projects/.travis.yml

13 lines
181 B
YAML
Raw Normal View History

2017-05-08 20:46:26 +02:00
language: node_js
2017-05-09 01:51:34 +02:00
node_js: node
2017-06-07 16:15:50 +02:00
after_script:
- NOW_ALIAS=bigchaindb-github node_modules/.bin/now-travis
branches:
only:
- master
2017-05-09 01:51:34 +02:00
notifications:
email: false