Browse Source

test travis

Jordan Schalm 8 years ago
parent
commit
0a4965f70a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -8,9 +8,11 @@ go:
 
   before_install:
     - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
-    - nvm use 6
+    - nvm install 6 && nvm use 6
 
 install:
+  - echo `npm -v`
+  - echo `node -v`
   - export GO15VENDOREXPERIMENT=1
   - go get github.com/rakyll/statik
   - go install github.com/rakyll/statik