Skip to content

Commit

Permalink
Run deployed integ tests only for Ruby 2.4.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Dec 11, 2017
1 parent 1cc9b56 commit 833c8a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- "2.0"
- "2.1"
- "2.2.2"
- "2.4.2"
gemfile:
- gemfiles/Gemfile.rails-4.2.x
- gemfiles/Gemfile.rails-5.0.x
Expand All @@ -14,7 +15,8 @@ install:
- "bundle install"

script:
- "export EXCEPT_DEPLOYED=false"
- "export EXCEPT_DEPLOYED=true"
- "if [[ $TRAVIS_RUBY_VERSION == '2.4.2' ]]; then export EXCEPT_DEPLOYED=false; fi"
- "bundle exec rspec spec"

matrix:
Expand Down

0 comments on commit 833c8a3

Please sign in to comment.