Files
ukraine-timemap/.travis.yml
2019-08-15 15:03:53 +01:00

16 lines
224 B
YAML

language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
before_script:
- npm install -g yarn
- cp example.config.js config.js
install:
- yarn
script:
- yarn lint
- yarn build
- yarn test