Skip to content

Commit

Permalink
Initial Travis configuration
Browse files Browse the repository at this point in the history
Updates bundler to fix travis-ci/travis-ci#9333
  • Loading branch information
gbp committed May 18, 2018
1 parent b6664e7 commit 23ea663
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
sudo: false
language: ruby
rvm:
- 2.5.1
before_install: gem install bundler -v 1.16.1
rvm: 2.5.1
cache: bundler
sudo: false
before_install:
- "echo '--colour' > ~/.rspec"
- gem install bundler
- gem update --system
install: bundle install
notifications:
email: false

0 comments on commit 23ea663

Please sign in to comment.