This commit is contained in:
pycook
2019-08-28 20:51:51 +08:00
parent dc8c2c24a9
commit 6135d41a94
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