diff options
author | Tim Smith <tsmith@chef.io> | 2016-09-29 14:33:51 -0700 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-10-07 11:12:35 +0100 |
commit | 0afe596844706cf61836672a4becd2857c2ad0f0 (patch) | |
tree | ce9f32eb4e27995498da5cd1dc35bbf9de6a7254 /.travis.yml | |
parent | 9efca630e084e93fb1ac5eb9c9f04b74d81f4ed7 (diff) | |
download | mixlib-shellout-0afe596844706cf61836672a4becd2857c2ad0f0.tar.gz |
Use rake in travis
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index ac33b58..9c11d89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,11 @@ language: ruby cache: bundler - sudo: false - rvm: - 2.2.5 - 2.3.1 - -before_install: - - gem update bundler - branches: only: - master -script: bundle exec rspec --color --format progress +script: bundle exec rake |