typo...
This commit is contained in:
parent
53b112d407
commit
4e178207ab
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue