Skip to content

Commit 542ba90

Browse files
committed
fix travis config
1 parent d1756f9 commit 542ba90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
before_script:
22
- "sh -e /etc/init.d/xvfb start"
3+
before_install:
4+
- gem install bundler
35
script: "sh -c 'export DISPLAY=:99.0 && test/test.sh'"
46
language: ruby
57
services:
68
- mongodb
79
rvm:
810
- 1.9.2
911
- 1.9.3
10-
# - ruby-head
11-
# - jruby-head
1212
notifications:
1313
email: false
1414
branches:
@@ -17,3 +17,7 @@ branches:
1717
- development
1818
- gem
1919
#bundler_args: --path vendor/bundle
20+
matrix:
21+
allow_failures:
22+
- rvm: ruby-head
23+
- rvm: jruby-head

0 commit comments

Comments
 (0)