superset/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/.travis.yml
Krist Wongsuphasawat 5c84dfa555 add iframe and markup
2021-11-26 11:45:09 +08:00

25 lines
241 B
YAML

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:
- yarn lint
after_script:
- codecov