superset/superset-frontend/temporary_superset_ui/superset-ui/.travis.yml
Krist Wongsuphasawat 3df20eff6e @superset-ui/color (#20)
* add initial files

* update references

* fix lint issues

* Define top-level exports

* disable linting for color schemes

* update test

* update travis

* update travis

* revert travis

* install once

* update clear()

* update core index test

* update color index test

* update travis

* try build before test

* update unit tes

* override beemo config

* remove test command

* update ignore path

* use new build config
2021-11-26 11:44:33 +08:00

23 lines
230 B
YAML

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