forked from basho/riak-ruby-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (31 loc) · 882 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
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-head
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: rbx-18mode
- rvm: rbx-19mode
services:
- riak
bundler_args: --without=guard
before_script:
- "curl http://apt.basho.com/gpg/basho.apt.key | sudo apt-key add -"
- 'sudo bash -c "echo deb http://apt.basho.com $(lsb_release -sc) main > /etc/apt/sources.list.d/basho.list"'
- "sudo apt-get update"
- "yes n | sudo apt-get install riak"
- "sudo service riak start"
- ! 'echo "root: .riaktest" > spec/support/test_server.yml'
- ! 'echo "source: /usr/sbin" >> spec/support/test_server.yml'
- "ulimit -n 2048"
notifications:
webhooks: http://basho-engbot.herokuapp.com/travis?key=d9ab1d53db09fc1760d7a5dde3246201522ca2c7
email: sean@basho.com