Skip to content

Commit

Permalink
Update Travis to use the new bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fazzi committed Jan 4, 2019
1 parent 30da68b commit 064e69d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ rvm:

cache: bundler

before_install:
- gem update --system
- gem install bundler

install:
- curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
- chmod +x wp-cli.phar
Expand Down

0 comments on commit 064e69d

Please sign in to comment.