Files
ukraine-timemap/.travis.yml
2018-11-07 14:54:46 -05:00

13 lines
161 B
YAML

language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
before_script:
- npm install -g yarn
install:
- yarn
script:
- yarn build