mirror of
https://github.com/bigchaindb/github-projects.git
synced 2024-11-22 01:46:51 +01:00
testing now-travis package
This commit is contained in:
parent
5c5a120933
commit
3e536eae96
@ -1,5 +1,12 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js: node
|
node_js: node
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- NOW_ALIAS=bigchaindb-github node_modules/.bin/now-travis
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^0.19.1",
|
"ava": "^0.19.1",
|
||||||
|
"now-travis": "^1.0.0",
|
||||||
"request-promise": "^4.2.1",
|
"request-promise": "^4.2.1",
|
||||||
"test-listen": "^1.0.2",
|
"test-listen": "^1.0.2",
|
||||||
"xo": "^0.18.2"
|
"xo": "^0.18.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user