diff options
author | Colby Swandale <me@colby.fyi> | 2019-04-04 21:47:58 +1100 |
---|---|---|
committer | Colby Swandale <me@colby.fyi> | 2019-04-04 21:47:58 +1100 |
commit | fff40d00744cbe58c43012f6f6133eb7e97f0545 (patch) | |
tree | 8c30868279c4ff7db60aadab3653824a857a9286 | |
parent | e8b3821b21ebabcc3e75c437bfed3b3048523233 (diff) | |
download | bundler-fff40d00744cbe58c43012f6f6133eb7e97f0545.tar.gz |
fix stages in travis ci
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e5cde1d08..d5b944e0af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,10 @@ rvm: - 2.4.5 - 2.3.8 +stages: + - linting + - test + # Rubygems versions MUST be available as rake tasks # see Rakefile:125 for the list of possible RGV values env: |