summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-07-18 12:05:36 -0400
committerBryan McLellan <btm@opscode.com>2013-07-26 11:36:16 -0700
commitd3629feaa30da9a83c528c935a3997a4f92a5aa8 (patch)
tree8c7c274f20e9031bfa5f0d8862e3c93a0d863731
parenta68553fb00193e0cda26a0a491dac3e618d0b5a0 (diff)
downloadchef-d3629feaa30da9a83c528c935a3997a4f92a5aa8.tar.gz
Specify the Gemfile
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ffc4820bf..677f3e1e5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,7 @@
-before_script: cd chef
before_install: sudo apt-get install -qq libgecode-dev
-
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
-
-script: bundle exec rspec --format progress
+gemfile: chef/Gemfile
+script: (cd chef && bundle exec rspec --format progress)