prepare ES6

This commit is contained in:
2016-07-18 16:47:42 +02:00
parent 44e5d3758c
commit 253d69254b
2 changed files with 5 additions and 5 deletions

View File

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