Files
ukraine-timemap/.travis.yml
Scott Carver 669a701a20 Add basic http smoke test
- Add mocha dev dependency
- Add test to launch server and GET basic urls
- Add `yarn test` to travis
2018-11-09 17:26:07 -08:00

15 lines
210 B
YAML

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