Files
ukraine-timemap/.travis.yml
Lachlan Kermode 1bbcd57e5e Fix/clean errors (#191)
* clean dev errors

* add check command

* yarn -> npm in travis

* fix all warnings

* fix base test

* 💄
2021-01-17 18:16:28 +13:00

15 lines
216 B
YAML

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