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 f5cb6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bundler_args: --without development:production --deployment --retry=3 --jobs=3
before_script:
- bundle exec rake db:create
- bundle exec rake db:migrate
- bundle exec rake assets:precompile &> /dev/null
before_install:
- "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
- if [ $(phantomjs --version) != '2.1.1' ]; then
Expand Down
2 changes: 1 addition & 1 deletion test/integration/manual_run_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'test_helper'

class ManualRunTest< ActionDispatch::IntegrationTest
class ManualRunTest < ActionDispatch::IntegrationTest
def test_running_commits_manually
@repo = create(:repo)

Expand Down

0 comments on commit f5cb6a4

Please sign in to comment.