diff options
author | Joseph Smith <joseph@opscode.com> | 2013-06-17 16:11:10 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-07-18 08:47:46 -0700 |
commit | 3294990780d4bca77917314f6bf772825ba4662f (patch) | |
tree | a52ee5be750fce1c0d0ff879dd80e942a2f09d86 | |
parent | a79dfd3b3ca056cb26a9670a46d104bedef0db7b (diff) | |
download | chef-3294990780d4bca77917314f6bf772825ba4662f.tar.gz |
pure travis branch for 10-stable
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..5c9326c20e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +before_script: cd chef +before_install: sudo apt-get install -qq libgecode-dev +gemfile: chef/Gemfile + +rvm: + - 1.8.7 +# - 1.9.2 + - 1.9.3 + - 2.0.0 + +script: bundle exec rake spec |