소스 검색

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}
     - mkdir -p ${GOPATH}/src/${ORG_PATH}
     - ln -s ~/grafana ${GOPATH}/src/${ORG_PATH}
     - ln -s ~/grafana ${GOPATH}/src/${ORG_PATH}
     - go get github.com/tools/godep
     - go get github.com/tools/godep
+    - npm install -g npm
     - npm install
     - npm install
 
 
 test:
 test: