test travis setup

This commit is contained in:
tbushman
2018-10-29 20:44:23 -06:00
committed by mrugesh mohapatra
parent 04913efd16
commit 3af45578a8

View File

@ -4,3 +4,18 @@ node_js:
- "8.3" - "8.3"
notifications: notifications:
disabled: true 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