[tor-commits] [snowflake/master] Update travis to have goconvey
arlo at torproject.org
arlo at torproject.org
Mon Feb 15 20:45:41 UTC 2016
commit e13b35faf312cc5c65e089c7d54257d9524d3600
Author: Serene Han <keroserene+git at gmail.com>
Date: Sat Feb 13 11:56:27 2016 -0800
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
More information about the tor-commits
mailing list