Update travis to have goconvey

This commit is contained in:
Serene Han 2016-02-13 11:56:27 -08:00
parent 0e1c5a1756
commit e13b35faf3

View file

@ -8,6 +8,7 @@ env:
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- go get -u github.com/smartystreets/goconvey
before_script:
npm install -g coffee-script coffeelint jasmine