This commit is contained in:
pycook
2019-08-28 20:51:51 +08:00
committed by pycook
parent f3046d3c91
commit 5b4f95a50e
194 changed files with 40240 additions and 16 deletions

7
ui/.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: node_js
node_js:
- 10.15.0
cache: yarn
script:
- yarn
- yarn run lint --no-fix && yarn run build