CB-11727 - travis ci setup is still using 0.10.32 node

This closes #325
This commit is contained in:
Shazron Abdullah 2016-08-19 00:18:11 -07:00
parent 0299467831
commit 8fbb6d7c62

View File

@ -1,5 +1,8 @@
language: android
sudo: false
before_install:
- nvm install 6
- node --version
install:
- npm install
- npm install -g codecov