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

25 lines
242 B
YAML
Raw Normal View History

language: node_js
node_js:
- 10.7
cache:
- npm: true
- yarn: true
matrix:
fast_finish: true
install:
- npm install -g codecov
- yarn install
before_script:
- yarn run build
script:
- yarn test
after_script:
- codecov