google-map-react/.travis.yml
Ivan Starkov 07368e23ad Move 2 yarn, add prettier, update linters (#360)
* Move 2 yarn, add prettier, update linters

* Fix linting error
2017-04-11 00:47:54 +03:00

10 lines
115 B
YAML

language: node_js
node_js:
- stable
cache:
directories:
- node_modules
script:
- yarn run lint
- yarn test