Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from levups/travis_ci_xenial_dist
Browse files Browse the repository at this point in the history
Upgrade Travis CI dist to Xenial
  • Loading branch information
czj authored Nov 27, 2018
2 parents af2d556 + e160da3 commit 09ef93a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
sudo: false

dist: xenial

language: ruby

rvm:
Expand All @@ -17,7 +19,7 @@ cache:
bundler: true

before_install:
- gem install bundler -v 1.17.1
- gem install bundler

script:
- bundle install
Expand Down

0 comments on commit 09ef93a

Please sign in to comment.