-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (32 loc) · 783 Bytes
/
.travis.yml
File metadata and controls
32 lines (32 loc) · 783 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
language: ruby
cache: bundler
dist: xenial
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
matrix:
#- BUILD=buildPDF.sh
- BUILD=buildPages.sh
- BUILD=buildBluemix.sh
- BUILD=buildElastic.sh
script:
- "travis_wait 30 sleep 1800 &"
- ./build/$BUILD
branches:
only:
- master
- translation-staging
rvm:
- 2.3.1 # version of `ruby'
git:
depth: 9999999
notifications:
slack:
rooms:
secure: LL9BQGH/n8hSdXPiLfZZna2zHAvBe1NfQRdZtWglKQ5z/K8w4hH5yV9cHxZOHblkznAi7HotEB5vmTp4Pizm5aCPgY4R/HM95Y57fOH1joKIGv1rw433JsFKR7GdFyKfQuthjW9q2bvN5T0LQp6V1GJfQ3PiYDX+lFbCY9Rr/aA=
on_success: never
email:
recipients:
- sreelathas@in.ibm.com
on_success: always
on_failure: always