Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added travis integration
  • Loading branch information
Jon Preece committed Aug 23, 2018
1 parent 7d48872 commit 640ef8e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
notifications:
email: false
node_js:
- 'node'
- 'lts/*'
before_install:
- npm i -g npm
before_script:
- npm prune
script:
- npm run test
install: npm install

0 comments on commit 640ef8e

Please sign in to comment.