Permalink
Fetching contributors…
Cannot retrieve contributors at this time
17 lines (16 sloc) 214 Bytes
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '7'
- '6'
before_script:
- npm prune
script:
- npm run check
branches:
except:
- /^v\d+\.\d+\.\d+$/