mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2024-12-28 23:41:47 +00:00
add travis ci
This commit is contained in:
parent
a7c80e01a8
commit
7c1710b55e
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6.2.2"
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
addons:
|
||||
artifacts:
|
||||
paths:
|
||||
- $PWD/dist
|
Loading…
Reference in New Issue
Block a user