diff --git a/.travis.yml b/.travis.yml index 6400a4a2..6520ef39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ go: services: - docker +before_install: + - nvm install --lts + after_success: # docker login is required if you want to push docker images. # DOCKER_PASSWORD should be a secret in your .travis.yml configuration.