From ab4d02021214c11d078879244a360c71f710f8a7 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Tue, 26 Jan 2016 20:33:00 +0100 Subject: [PATCH] fix(circleci): updates npm before npm install npm for node 4 on circleci is really old. This updates npm and will hopefully make the build green again. --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index bb22fcb0a6e..71fa0013122 100644 --- a/circle.yml +++ b/circle.yml @@ -12,6 +12,7 @@ dependencies: - mkdir -p ${GOPATH}/src/${ORG_PATH} - ln -s ~/grafana ${GOPATH}/src/${ORG_PATH} - go get github.com/tools/godep + - npm install -g npm - npm install test: