Merge pull request #8 from curbengh/deprecate
[hexo-nofollow.git] / .travis.yml
blobff6b21bfa32c70051ecde8d116e6febe1c52767f
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 standard
13   - standard