Files
ukraine-timemap/.travis.yml
2018-11-19 16:47:32 +00:00

15 lines
210 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 build
- yarn test