summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f2957f870b81d0ff5d7f66e80382f49a2620ec3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
language: ruby
notifications:
  email:
    recipients:
      - drbrain@segment7.net
      - shugo@ruby-lang.org
rvm:
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - ruby-head
script: rake compile