Install newer version of Docker

This commit is contained in:
Christopher Horrell 2018-01-07 12:40:20 -05:00
parent 87d34afc37
commit 5340de6292
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ sudo: required
services:
- docker
addons:
apt:
packages:
- docker-ce
script:
- if [ "true" = "${SHELLCHECK-}" ]; then shellcheck *.sh ; fi
- if [ -n "${NODE_VERSION-}" ]; then ./test-build.sh $NODE_VERSION ; fi