From e13b35faf312cc5c65e089c7d54257d9524d3600 Mon Sep 17 00:00:00 2001 From: Serene Han Date: Sat, 13 Feb 2016 11:56:27 -0800 Subject: [PATCH] Update travis to have goconvey --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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