Просмотр исходного кода

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 лет назад
Родитель
Сommit
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: