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.
This commit is contained in:
Daniel Lee 2016-01-26 20:33:00 +01:00
parent c105a07bab
commit ab4d020212

View File

@ -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: