dashboard
repositories
filestore
activity
search
login
εθδΉ
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/master'
Administrator
2023-08-07
c1dafc830993fcedb99a4f2b62178691e1e92e64
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
handle-thing
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "11.1"
- "12"
script:
- npm run lint
- npm test
- npm run coverage