Commit ab4d0202 by Daniel Lee

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.
parent c105a07b
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment