test travis setup
This commit is contained in:
committed by
mrugesh mohapatra
parent
04913efd16
commit
3af45578a8
@ -4,3 +4,18 @@ node_js:
|
||||
- "8.3"
|
||||
notifications:
|
||||
disabled: true
|
||||
cache:
|
||||
directories:
|
||||
- "node_modules"
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- echo "Skipping tests"
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
Reference in New Issue
Block a user