Browse Source

remove travis integration for now

post_vjs2
Levi Olson 6 years ago
parent
commit
364a503883
1 changed files with 0 additions and 18 deletions
  1. +0
    -18
      .travis.yml

+ 0
- 18
.travis.yml View File

@ -1,18 +0,0 @@
language: node_js
node_js:
- "node"
cache:
directories:
- "node_modules"
stages:
- test
- name: deploy
if: branch = master
before_install:
- npm i -g mocha nyc
deploy:
- provider: script

Loading…
Cancel
Save