aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: a8bece6a98b2845cd8cae8dd0c155456e2687c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: ruby
sudo: false

rvm:
  - 2.2

cache:
  bundler: true

script:
  - bundle exec rake