summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index ea98a8b..c5340d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,13 @@
language: ruby
cache: bundler
-
sudo: false
-
rvm:
- - 2.1.9
- 2.2.5
- 2.3.1
-
-before_install:
- - gem update bundler
-
branches:
only:
- master
+before_install:
+ - gem update bundler
-script: bundle exec rspec --color --format progress
+script: bundle exec rake