google-map-react/.travis.yml
Michael Diego b3bc11c215
Rewrite library using create-react-library (#900)
* Rewrite library using create-react-library
* Export utils properly
* Remove unnecessary code and fix eslintignore
* Update CHANGELOG
2020-07-25 03:03:03 -03:00

12 lines
201 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 test:lint
- yarn test