Skip to content

Commit

Permalink
Added explicit gem update and install bundler to pass on 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar committed Jan 2, 2016
1 parent bb14bc8 commit 6127920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,8 @@ env:

before_install:
- gem update --system
- gem install bundler
- gem update
- gem --version
- travis_retry sudo apt-get update -qq
- travis_retry bash -c "if [[ \"${RAGEL}\" == ON ]]; then sudo apt-get install -qq ragel; fi"
Expand Down

0 comments on commit 6127920

Please sign in to comment.