forked from fog/fog-libvirt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
43 lines (38 loc) · 854 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
35
36
37
38
39
40
41
42
43
language: ruby
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libvirt-dev
- gem update bundler
script: bundle exec rake
matrix:
fast_finish: true
include:
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfile
- rvm: 2.2.0
gemfile: Gemfile
- rvm: 2.3.1
gemfile: Gemfile
- rvm: 2.4.5
gemfile: Gemfile
- rvm: 2.5.3
gemfile: Gemfile
- rvm: 2.6.0
gemfile: Gemfile
notifications:
email: false
irc:
channels:
- "irc.freenode.org#ruby-fog"
template:
- "[#%{build_number}] %{message} %{build_url}"
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
- "[#%{build_number}] %{compare_url}"
on_success: always
on_failure: always
use_notice: false