personal-security-checklist/docs/.travis.yml
Alicia Sykes 5c94e0242f New docs
2018-06-17 11:34:43 +01:00

9 lines
156 B
YAML

language: node_js
node_js:
- "9.0.0"
install:
- npm i -g yarn webpack webpack-cli webpack-dev-server && yarn
before_script:
- yarn run build