diff --git a/.travis.yml b/.travis.yml index 7f4e265..6b49a19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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