Skip to content

Commit

Permalink
update Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzust committed Apr 4, 2017
1 parent c5f6b5e commit a2deae0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
dist: trusty
sudo: false
language: ruby
rvm:
- 2.3.1
before_install: gem install bundler -v 1.14.6

dist: trusty
sudo: false

before_install:
- gem install bundler -v 1.14.6

notifications:
email: false

0 comments on commit a2deae0

Please sign in to comment.