فهرست منبع

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.
Daniel Lee 10 سال پیش
والد
کامیت
ab4d020212
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      circle.yml

+ 1 - 0
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: