docker: enable gcc4, gcc6 and node6 builds

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2017-06-15 09:35:12 -07:00
parent c1903b8c39
commit dc03eec56f
3 changed files with 18 additions and 3 deletions

View File

@ -64,3 +64,8 @@ services:
build:
args:
- NODE_VERSION=v5.12.0
node6:
extends: node4
build:
args:
- NODE_VERSION=v6.11.0