Skip to content

Commit

Permalink
Merge pull request #586 from satoryu/workaround_for_phantomjs_issue
Browse files Browse the repository at this point in the history
Workaround for phantomjs issue
  • Loading branch information
hsbt committed Aug 29, 2016
2 parents 8fa64b8 + 5df6849 commit 2583807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ bundler_args: "--without server --jobs=3 --retry=3"

before_install:
- "echo 'gemspec' > Gemfile.local"
- echo "gem 'phantomjs', '= 1.9.8.0'" >> Gemfile.local
- bundle update phantomjs

before_script:
- npm install
Expand Down

0 comments on commit 2583807

Please sign in to comment.