Properly run easy_install for travis
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 21:16:36 -0700
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -1,7 +1,7 @@
-before_install: sudo apt-get install easy_install docutils +before_install: easy_install docutils rvm: - 1.9.3 - 2.0.0 notifications: disabled: true -bundler_args: --without development+bundler_args: --without development