Install node dependencies on Travis

This commit is contained in:
Tom Payne
2014-03-23 19:21:29 +01:00
parent 2bb829594e
commit af952b7ea5

View File

@@ -5,6 +5,7 @@ before_install:
- "git fetch origin refs/tags/v3.2.2:refs/tags/v3.2.2"
- "git checkout tags/v3.2.2"
- "cd ../.."
- "npm install"
before_script:
- "./build.py plovr"