forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (29 loc) · 726 Bytes
/
.travis.yml
File metadata and controls
33 lines (29 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: java
before_script:
- unset GEM_PATH GEM_HOME IRBRC
- "export PATH=`pwd`/bin:$PATH"
jdk:
- oraclejdk7
- openjdk6
env:
# disable cext
global:
- JAVA_OPTS="-server -Djruby.cext.enabled=false"
matrix:
- TARGET='test-extended'
- TARGET='spec:ci_interpreted_via_env' RUBYSPEC_LANG_VER='1.8'
- TARGET='spec:ci_interpreted_via_env' RUBYSPEC_LANG_VER='1.9'
- TARGET='spec:ir'
matrix:
allow_failures:
- env: TARGET='spec:ir'
script: "ant $TARGET"
install: /bin/true
notifications:
irc:
channels:
- "irc.freenode.org#jruby"
on_success: change
on_failure: always
template:
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"