Skip to content

Commit 31c5687

Browse files
committed
Update Travis-CI information
- Drop Rubinius builds (will be add later) - Exclude non-portile version failures due VM issues - No longer email me on continous failures - Remove Ruby 1.9.2 and replace with 2.0.0 instead
1 parent f33bc38 commit 31c5687

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.travis.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
before_script:
2-
- gem install rdoc
3-
- gem install hoe
4-
- gem install rake-compiler
5-
- gem install mini_portile
61
language: ruby
2+
env:
3+
- USE_MINI_PORTILE=true
4+
- USE_MINI_PORTILE=false
75
rvm:
86
- 1.8.7
9-
- 1.9.2
107
- 1.9.3
8+
- 2.0.0
119
- ruby-head
12-
- rbx-18mode
13-
- rbx-19mode
1410
matrix:
1511
allow_failures:
16-
- rvm: rbx-18mode
17-
- rvm: rbx-19mode
18-
env:
19-
- USE_MINI_PORTILE=true
20-
- USE_MINI_PORTILE=false
21-
notifications:
22-
email:
23-
- aaron@tenderlovemaking.com
24-
- luislavena@gmail.com
12+
- env: USE_MINI_PORTILE=false

0 commit comments

Comments
 (0)