This commit is contained in:
nothink 2018-08-01 13:52:58 +09:00
parent 53b112d407
commit 4e178207ab

View file

@ -74,8 +74,8 @@ matrix:
- language: node_js - language: node_js
node_js: node_js:
name: "Frontend test ugins npm / nodejs 6"
- "6" - "6"
name: "Frontend test ugins npm / nodejs 6"
install: install:
- cd client/ - cd client/
- npm install - npm install
@ -84,8 +84,8 @@ matrix:
- language: node_js - language: node_js
node_js: node_js:
name: "Frontend test ugins npm / nodejs 7"
- "7" - "7"
name: "Frontend test ugins npm / nodejs 7"
install: install:
- cd client/ - cd client/
- npm install - npm install
@ -94,8 +94,8 @@ matrix:
- language: node_js - language: node_js
node_js: node_js:
name: "Frontend test ugins npm / nodejs 8"
- "8" - "8"
name: "Frontend test ugins npm / nodejs 8"
install: install:
- cd client/ - cd client/
- npm install - npm install
@ -104,8 +104,8 @@ matrix:
- language: node_js - language: node_js
node_js: node_js:
name: "Frontend test ugins npm / nodejs 9"
- "9" - "9"
name: "Frontend test ugins npm / nodejs 9"
install: install:
- cd client/ - cd client/
- npm install - npm install