summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Smith <joseph@opscode.com>2013-06-17 15:15:25 -0700
committerJoseph Smith <joseph@opscode.com>2013-06-17 15:15:25 -0700
commit0dc98a019cc3fbe5ae3bdec078690e4f41b99692 (patch)
treeb6b46260d3210d38b6477ad6510668a0fe158fc8
parentcc1f2b23419943db0bddb6cc3d786f00059bee1b (diff)
downloadchef-0dc98a019cc3fbe5ae3bdec078690e4f41b99692.tar.gz
travis 10
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d0925d55e7..8d6a984335 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
+before_script: cd chef
+gemfile: chef/gemfile
+
rvm:
- 1.8.7
# - 1.9.2
- 1.9.3
- 2.0.0
-script: sh -c 'cd test' && bundle exec rake spec \ No newline at end of file
+script: bundle exec rake spec