Skip to content

Commit

Permalink
try to fix test errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Vincent committed Aug 5, 2019
1 parent dc996eb commit 07869fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ script:
- |
(
if [[ -n $TRAVIS_LINT ]]; then
make lint
travis_wait 30 make lint
elif [[ -n $TRAVIS_UNIT ]]; then
bundle exec rake spec
travis_wait 30 bundle exec rake spec
else
bundle exec rake beaker
travis_wait 30 bundle exec rake beaker
fi
)
Expand Down

0 comments on commit 07869fd

Please sign in to comment.