Skip to content

Commit

Permalink
show tests which be stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Nov 22, 2016
1 parent 001f257 commit 722c9b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
cache: bundler

script: bundle exec rake test TESTOPTS=-v

# http://rubies.travis-ci.org/
# See here for osx_image -> OSX versions: https://docs.travis-ci.com/user/languages/objective-c
matrix:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- bundle install
build: off
test_script:
- bundle exec rake test
- bundle exec rake test TESTOPTS=-v

branches:
only:
Expand Down

0 comments on commit 722c9b6

Please sign in to comment.