Navigation Menu

Skip to content

Commit

Permalink
travis: use "rake test" for Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 15, 2018
1 parent 68b2b09 commit 5192293
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -22,9 +22,5 @@ install:
done
script:
- bundle exec ruby test/unit/run-test.rb
- |
for test_app in ${PWD}/test/apps/*
do
(cd ${test_app} && \
BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test)
done
- (cd test/apps/rails4 && BUNDLE_GEMFILE=${PWD}/Gemfile bin/rake test)
- (cd test/apps/rails5 && BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test)

0 comments on commit 5192293

Please sign in to comment.