summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Smith <joseph@opscode.com>2013-06-17 14:57:39 -0700
committerJoseph Smith <joseph@opscode.com>2013-06-17 14:57:39 -0700
commitcc1f2b23419943db0bddb6cc3d786f00059bee1b (patch)
treef55771844c1787004a51b4506d9af6beb8a840b5
parent2663a73189bb4155520a6f42c074476f8e3f6d55 (diff)
downloadchef-cc1f2b23419943db0bddb6cc3d786f00059bee1b.tar.gz
travis on 10, trying different way
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fc4adcb9f8..d0925d55e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,7 @@
-before_install: cd chef/lib/chef
-before_script: cd chef/lib/chef
-
rvm:
- 1.8.7
# - 1.9.2
- 1.9.3
- 2.0.0
-script: bundle exec rake spec \ No newline at end of file
+script: sh -c 'cd test' && bundle exec rake spec \ No newline at end of file