Skip to content

Commit

Permalink
ci(travis): use default bundler on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 13, 2019
1 parent 541ec63 commit b9f40b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ stages:
if: branch = master AND type != pull_request

sudo: required
language: ruby
cache: bundler
language: ruby

services:
- docker


before_install:
- gem install bundler --no-document

env:
- PLATFORM=ubuntu
- PLATFORM=centos
Expand Down Expand Up @@ -54,4 +50,3 @@ jobs:
script:
# Run `semantic-release`
- npx semantic-release@15

0 comments on commit b9f40b3

Please sign in to comment.