superset/superset-frontend/temporary_superset_ui/superset-ui/.travis.yml
Krist Wongsuphasawat 597d9b362d Convert translation to typescript (#74)
* Convert translation to typescript

* update input types

* update travis

* update node version
2021-11-26 11:44:39 +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 test
after_script:
- codecov