Skip to content

Commit

Permalink
Fix Capybara::Poltergeist::StatusFailError on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkons committed Jul 6, 2017
1 parent 11e1804 commit ce7a7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
script:
- bundle exec rubocop
- bundle exec rake assets:precompile &> /dev/null
- bundle exec rake test
after_success:
- if [[ "$TRAVIS_BRANCH" = "production" && "$TRAVIS_EVENT_TYPE" = "push" ]]; then
Expand Down

0 comments on commit ce7a7c5

Please sign in to comment.