Skip to content

Commit

Permalink
install bundler in before section
Browse files Browse the repository at this point in the history
  • Loading branch information
cesswairimu committed Jun 24, 2020
1 parent ff6b82a commit 78c5268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ env:
- RAILS_SYSTEM_TESTING_SCREENSHOT=simple

before_install:
- gem install bundler
- gem update bundler
- sudo wget https://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_linux64.zip
- sudo unzip chromedriver_linux64.zip -d /usr/local/bin/
- sudo chmod +x /usr/local/bin/chromedriver
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ end
group :test, :development do
gem 'capybara'
gem 'ci_reporter_test_unit'
gem 'simplecov', '~> 0.18.2', require: false
gem 'codecov', '~> 0.1.16', require: false
gem 'simplecov', require: false
gem 'codecov', require: false
gem 'jasmine-jquery-rails'
gem 'jasmine-rails'
gem 'json_expressions'
Expand Down

0 comments on commit 78c5268

Please sign in to comment.