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