Browse Source

Adding to travis deployment

post_vjs2
Levi Olson 6 years ago
parent
commit
5635fb05ac
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      .travis.yml

+ 9
- 1
.travis.yml View File

@ -6,5 +6,13 @@ cache:
directories:
- "node_modules"
stages:
- test
- name: deploy
if: branch = master
before_install:
- npm i -g mocha nyc
- npm i -g mocha nyc
deploy:
- provider: script

Loading…
Cancel
Save