summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0b677af622e37e2dc6b31edee4e5809fa9ec8218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: ruby
env:
  - TRAVIS=true
branches:
  only:
    - 'master'
rvm:
  - 1.9.3-p327
  - 2.0.0
before_script:
  - "cp config.yml.example config.yml"
script: "bundle exec rspec spec"