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

16 lines
179 B
YAML
Raw Normal View History

2019-12-02 12:22:45 +00:00
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