summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d257d827c4..952a78ab7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,11 @@ env:
# Test the latest rubygems release with all of our supported rubies
- RGV=v2.6.8
-matrix:
+stages:
+ - rubocop
+ - test
+
+jobs:
include:
# Ruby 2.4, Rubygems 2.6.8 and up
# Ruby 2.3, Rubygems 2.5.1 and up
@@ -100,6 +104,9 @@ matrix:
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master
+ - stage: rubocop
+ script: rake rubocop
+ rvm: 2.4.1
allow_failures:
- rvm: 1.8.7