forked from shoes/shoes4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (34 loc) · 838 Bytes
/
.travis.yml
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
34
language: ruby
script: "rake spec:all"
rvm:
- jruby-19mode
- jruby-head
jdk:
- openjdk7
- oraclejdk7
- openjdk6
matrix:
allow_failures:
- rvm: jruby-head
fast_finish: true
notifications:
irc: "irc.freenode.org#shoes"
email:
recipients:
on_success: change # [always|never|change] # default: change
on_failure: change # [always|never|change] # default: always
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 3"
addons:
code_climate:
repo_token: 45d4f3c5c1de9031011acf4c3c85867f152cea4200c61f3b69d881bcf2794e9f