forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (36 loc) · 798 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
44
language: ruby
sudo: true
matrix:
include:
- os: osx
osx_image: xcode9.3
rvm: system
fast_finish: true
branches:
only:
- master
cache:
directories:
- /usr/local/Homebrew/Library/Homebrew/vendor/bundle
install: true # skip install step
before_script:
- . ci/travis/before_script.sh
script:
- . ci/travis/script.sh
notifications:
email: false
irc:
channels:
- "chat.freenode.net#homebrew-cask"
template:
- "(%{repository_name}) %{build_number}: %{branch}@%{commit} %{author} -> %{message} %{build_url}"
use_notice: true
skip_join: true
webhooks:
urls:
- "https://webhooks.gitter.im/e/712d699360b239db14a5"
on_success: never
on_failure: always
on_start: never
on_cancel: never
on_error: never