work.suroh.tk/node_modules/@11ty/eleventy/.travis.yml

16 lines
179 B
YAML

language: node_js
node_js:
- 8
- 10
- 12
before_script:
- npm install
script: npm run test
branches:
except:
- gh-pages
sudo: false
os:
- linux
- osx
- windows