-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.travis.yml
46 lines (39 loc) · 1.21 KB
/
.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
45
46
language: ruby
dist: bionic
rvm: 2.5.4
install: skip
script: skip
after_script: echo hello
# matrix:
# include:
# - language: generic
# - language: java
# - sudo: false
# dist: precise
# env: DIST=precise STACK=EC2
# - sudo: required
# dist: precise
# env: DIST=precise STACK=GCE
# - sudo: false
# dist: trusty
# env: DIST=trusty STACK=EC2
# - sudo: required
# dist: trusty
# env: DIST=trusty STACK=GCE
# - sudo: false
# dist: trusty
# group: edge
# env: DIST=trusty STACK=EC2 GROUP=edge
# - sudo: required
# dist: trusty
# group: edge
# env: DIST=trusty STACK=GCE GROUP=edge
# - os: osx
notifications:
email: false
# slack:
# rooms:
# - secure: "KZTfjxhkOdDDZYD2ThBILt2ShYtdEee3PudFZlQBfpxG9N470GfxnKVfOl7Odu4lN6cIupwC4S4BnehubEywSR99l60VmfhePUCTqDLYy+iR9+guTvaECdXdaau3jTKhFdu5u60ITsiw5Yb+hwAaGFO0HmQhqR9XVr/U8IGQlok="
# template:
# - "Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository}@%{branch} by %{author} %{result} in %{duration} (elapsed time: %{elapsed_time}) subject: %{commit_subject} message: %{commit_message} foobar"
# on_success: always