summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-09-29 14:33:51 -0700
committerThom May <thom@chef.io>2016-10-07 11:12:35 +0100
commit0afe596844706cf61836672a4becd2857c2ad0f0 (patch)
treece9f32eb4e27995498da5cd1dc35bbf9de6a7254
parent9efca630e084e93fb1ac5eb9c9f04b74d81f4ed7 (diff)
downloadmixlib-shellout-0afe596844706cf61836672a4becd2857c2ad0f0.tar.gz
Use rake in travis
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml8
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