Skip to content

Commit

Permalink
Fix travis ruby version: 2.1.10 -> 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozuras committed Jul 15, 2018
1 parent 7ad06ae commit 3b981f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before_install: gem update --system
dist: trusty
language: ruby
rvm:
- 2.1.10
- 2.1
- 2.2
- 2.3
- 2.4
Expand All @@ -12,7 +12,7 @@ rvm:
after_success:
- >
[ "${TRAVIS_PULL_REQUEST}" != "false" ] &&
[ "${TRAVIS_RUBY_VERSION}" = "2.1.10" ] &&
[ "${TRAVIS_RUBY_VERSION}" = "2.1" ] &&
PRONTO_PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} \
bundle exec pronto run -f github_status github_pr -c origin/${TRAVIS_BRANCH}
- bundle exec codeclimate-test-reporter
Expand Down

0 comments on commit 3b981f2

Please sign in to comment.