js2: more travis experimentation

This commit is contained in:
Aaron Boodman
2015-10-23 22:04:55 -07:00
parent ca827c3426
commit e7a9262ae7

View File

@@ -4,6 +4,9 @@ go:
before_script:
- pushd js2
- npm version
- nvm install stable
- nvm use stable
- npm version
- npm install
- npm build
- npm test