updated setter for environment module to comply with JS standards

This commit is contained in:
2016-07-18 18:39:04 +02:00
parent 6f4138e536
commit 0213afa46e
7 changed files with 15 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ before_script:
testLTS:
stage: test
script:
- npmci test stable
- npmci test lts
tags:
- docker
@@ -26,7 +26,7 @@ testSTABLE:
testLEGACY:
stage: test
script:
- npmci test stable
- npmci test legacy
tags:
- docker
allow_failure: true