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