blob: 720d31a88a83569c04758a4b62c653d802975e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
rvm:
- 1.8.6 # doesn't work on Travis CI? http://travis-ci.org/#!/rubychan/coderay/builds/88416
- 1.8.7
- 1.9.2
- ruby-head
- rbx
- rbx-2.0
- ree
- jruby
branches:
only:
- master
- stable
script: "rake"
|