release: v1.0.11
[hexo-nofollow.git] / .travis.yml
blob7e7d59c4932298dda9fc685967c6c2fabe846524
1 dist: bionic
2 sudo: false
3 language: node_js
4 node_js:
5   - "node" # latest stable Node.js release
7 cache:
8   directories:
9     - "node_modules" # cache the modules for faster build
11 script:
12   - npm install snyk
13   - snyk auth $SNYK_TOKEN
14   - snyk test # Check node modules for vulnerability
15   - snyk monitor # Update dependencies to snyk
17   - npm install standard
18   - standard
20 branches:
21   only:
22   - master # Only build master branch
23   - /^greenkeeper.*$/ # Greenkeeper branches