forked from jackaudio/jackaudio.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (26 loc) · 710 Bytes
/
.travis.yml
File metadata and controls
33 lines (26 loc) · 710 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
os: linux
dist: bionic
language: ruby
rvm:
- 2.6.3
before_script:
- chmod +x ./.travis/build.sh
#- wget http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-9/libclang1-9_9-2_amd64.deb
#- wget https://launchpad.net/ubuntu/+source/doxygen/1.8.13-10ubuntu3/+build/17833169/+files/doxygen_1.8.13-10ubuntu3_amd64.deb
script: ./.travis/build.sh
branches:
only:
- master
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
addons:
apt:
packages:
- doxygen
- libdb5.3-dev
- libcurl4-openssl-dev
cache: bundler # caching bundler gem packages will speed up build
notifications:
email: false
irc: "ircs://irc.libera.chat:7070/#jack"