superset/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/.travis.yml

25 lines
241 B
YAML
Raw Normal View History

2019-01-23 15:31:45 -05:00
language: node_js
node_js:
- '10.10'
cache:
- npm: true
- yarn: true
matrix:
fast_finish: true
install:
- npm install -g codecov
- yarn install
before_script:
- yarn build
script:
2019-01-24 16:32:08 -05:00
- yarn lint
2019-01-23 15:31:45 -05:00
after_script:
- codecov