forked from libgit2/rugged
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
43 lines (35 loc) · 722 Bytes
/
.travis.yml
File metadata and controls
43 lines (35 loc) · 722 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
34
35
36
37
38
39
40
41
42
43
language: ruby
cache: bundler
os:
- linux
- osx
rvm:
- 2.3.3
- 2.4.0
- 2.5.0
- 2.6
- ruby-head
- rbx-2
addons:
apt:
sources:
- sourceline: 'deb https://dl.bintray.com/libgit2/ci-dependencies trusty libgit2deps'
key_url: 'https://bintray.com/user/downloadSubjectPublicKey?username=bintray'
packages:
- cmake
- libssh2-1-dev
- openssh-client
- openssh-server
sudo: required
matrix:
fast_finish: true
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
git:
submodules: false
before_install:
- git submodule update --init
- gem update --system
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/ci/setup-osx.sh; fi
script: script/travisbuild