summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-07-02 19:56:11 -0500
committerSeth Vargo <sethvargo@gmail.com>2013-07-17 17:08:10 -0400
commit90c436c741b3d9b577ddcf66de886795ff3b9f8c (patch)
tree8d7b0afd7cfbca9ff8fd6e81cb1cd5eb5407ad48 /.travis.yml
parent525aaf15e05519867fe4892d0faacf65bfc0aca7 (diff)
downloadchef-90c436c741b3d9b577ddcf66de886795ff3b9f8c.tar.gz
Use progress formatter on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bda8c79211..839d3edc07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,4 @@ rvm:
# - 1.9.2
- 1.9.3
- 2.0.0
-
-script: bundle exec rake spec
-
+script: bundle exec rspec --color --format progress