typo...
This commit is contained in:
parent
f48d1a1022
commit
53b112d407
2 changed files with 0 additions and 8 deletions
|
@ -9,7 +9,6 @@ services:
|
|||
matrix:
|
||||
include:
|
||||
- language: python
|
||||
# Backend test for on-premise / python 3.6
|
||||
python:
|
||||
- "3.6"
|
||||
allow_failures:
|
||||
|
@ -42,7 +41,6 @@ matrix:
|
|||
- py.test
|
||||
|
||||
- language: python
|
||||
# Backend test for on-premise / python 3.7-dev
|
||||
python:
|
||||
- "3.7-dev"
|
||||
allow_failures:
|
||||
|
@ -75,7 +73,6 @@ matrix:
|
|||
- py.test
|
||||
|
||||
- language: node_js
|
||||
# Frontend test ugins npm / nodejs 6
|
||||
node_js:
|
||||
name: "Frontend test ugins npm / nodejs 6"
|
||||
- "6"
|
||||
|
@ -86,7 +83,6 @@ matrix:
|
|||
- node build.js
|
||||
|
||||
- language: node_js
|
||||
# Frontend test ugins npm / nodejs 7
|
||||
node_js:
|
||||
name: "Frontend test ugins npm / nodejs 7"
|
||||
- "7"
|
||||
|
@ -97,7 +93,6 @@ matrix:
|
|||
- node build.js
|
||||
|
||||
- language: node_js
|
||||
# Frontend test ugins npm / nodejs 8
|
||||
node_js:
|
||||
name: "Frontend test ugins npm / nodejs 8"
|
||||
- "8"
|
||||
|
@ -108,7 +103,6 @@ matrix:
|
|||
- node build.js
|
||||
|
||||
- language: node_js
|
||||
# Frontend test ugins npm / nodejs 9
|
||||
node_js:
|
||||
name: "Frontend test ugins npm / nodejs 9"
|
||||
- "9"
|
||||
|
@ -119,7 +113,6 @@ matrix:
|
|||
- node build.js
|
||||
|
||||
- language: node_js
|
||||
# Frontend test ugins yarn / nodejs 9
|
||||
node_js:
|
||||
- "9"
|
||||
name: "Frontend test ugins yarn / nodejs 9"
|
||||
|
|
|
@ -53,7 +53,6 @@ def read_config() -> Dict:
|
|||
ret = merge(ret, yaml.load(handle.read()))
|
||||
if os.path.exists('/.dockerenv'):
|
||||
ret = merge(ret, docker_config())
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
|
|
Reference in a new issue