.travis.yml 173 Bytes
Newer Older
Cole Bemis's avatar
Cole Bemis committed
1 2 3 4 5 6 7 8 9 10 11
language: node_js
cache:
  directories:
    - node_modules
notifications:
  email: false
node_js: 6
before_script:
  - npm prune
after_success:
  - npm run semantic-release