Skip to content

Commit

Permalink
Fix travis test run failures
Browse files Browse the repository at this point in the history
Remove `gem install bundler` and `gem update --system`
install script commands that had been used to patch travis errors
previously as these now seem to be breaking the build.

[example issue](travis-ci/travis-ci#8969)
  • Loading branch information
jsugarman committed Jul 17, 2018
1 parent 814aa62 commit f08729c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ before_install:
- export TZ=Europe/London
- sudo apt-get -qq update
- sudo apt-get install -y pdftk
- gem update --system
- gem install bundler
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- cp config/database.yml.travis config/database.yml
Expand Down

1 comment on commit f08729c

@lostie
Copy link
Contributor

@lostie lostie commented on f08729c Jul 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More information on this here. Would be interesting to know what actual versions of:

  • rubygems
  • bundler
  • ruby
  • location of where the gems are being installed to

are in use in Travis.

Please sign in to comment.