google-map-react/.travis.yml

12 lines
196 B
YAML

language: node_js
node_js:
- stable
cache:
directories:
- node_modules
before_script:
- git diff --exit-code # make sure that yarn.lock didn't change
script:
- yarn run lint
- yarn test