summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a2dc0537b3996e5bab326ffaf7afb49429f729dd (plain)
1
2
3
4
5
6
7
8
9
10
11
language: ruby
rvm:
  - 2.1.5
cache: bundler
notifications:
  email: false
before_install:
  - gem update --system 2.2.2
  - gem install bundler --version 1.7.4
  - gem --version
  - bundle --version