forked from libbitcoin/libbitcoin-system
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.travis.yml
572 lines (522 loc) · 20.3 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
#
# Copyright (c) 2017-2018 Bitprim Inc.
#
# This file is part of Bitprim.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
branches:
only:
- master
# - /^v\d+\.\d+\.\d+$/
- dev
- /^release-\d+\.\d+\.\d+$/
- /^release_\d+\.\d+\.\d+$/
- /^hotfix-\d+\.\d+\.\d+$/
- /^hotfix_\d+\.\d+\.\d+$/
- /^feature-ci-.+$/
- /^feature_ci_.+$/
- /^feature-travis-.+$/
- /^feature_travis_.+$/
env:
global:
- CONAN_STABLE_BRANCH_PATTERN: "master$" #"release/*"
linux: &linux
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
osx: &osx
os: osx
language: generic
before_install:
- |
if [[ "${TRAVIS_COMMIT_MESSAGE}" = *"[skip travis]"* ]]; then
echo "[skip travis] detected in commit message, exiting"
travis_terminate 0
fi
install:
- cd ${TRAVIS_BUILD_DIR}
- |
if [[ "${CHECK_FORMATTING}" != "true" ]]; then
chmod +x ci_utils/.travis/install.sh
./ci_utils/.travis/install.sh
fi
script:
- git fetch --unshallow
- git fetch origin master:master
# - git tag
# - git describe
# - git describe origin
# - git describe master
# - python ci_utils/print_version.py
# #TODO(fernando): Use lasote/conanclang50 for checking formating and other clang-tools related
# - |
# if [[ "${CHECK_FORMATTING}" == "true" ]]; then
# cd ${TRAVIS_BUILD_DIR}
# chmod a+x .travis/check_format.sh
# /usr/bin/docker run --rm -ti -v ${TRAVIS_BUILD_DIR}:/home/conan/project \
# -v ${TRAVIS_BUILD_DIR}/.travis/check_format.sh:/tmp/check_format.sh lasote/conanclang40 \
# /bin/bash \
# -c /tmp/check_format.sh
# fi
# - conan remote add bitprim https://api.bintray.com/conan/bitprim/bitprim
# - conan info . --only None
# - conan info . --only None -s compiler=gcc -s compiler.version=5 -s compiler.libcxx=libstdc++
# - conan remote remove bitprim
- |
if [[ "${CHECK_FORMATTING}" != "true" ]]; then
echo ${CONAN_STABLE_BRANCH_PATTERN}
cd ${TRAVIS_BUILD_DIR}
chmod +x ci_utils/.travis/run.sh
./ci_utils/.travis/run.sh
fi
jobs:
include:
# Wait for dependencies ----------------------------------------------
- stage: wait for dependencies
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=lasote/conangcc8
BITPRIM_CI_CURRENCY=BCH
if: branch =~ /^(release|hotfix).+$/ #Just releases
script:
- |
conan user
conan remote add bitprim_temp https://api.bintray.com/conan/bitprim/bitprim
echo "waiting for secp256k1/0.X@bitprim/staging ..."
conan search secp256k1/0.X@bitprim/staging -r bitprim_temp > /dev/null
while [ $? == 1 ]
do
printf "."
sleep 10
conan search secp256k1/0.X@bitprim/staging -r bitprim_temp > /dev/null
done
echo "secp256k1/0.X@bitprim/staging found"
# Static Checks ------------------------------------------------------
- stage: static checks
os: osx
language: generic
osx_image: xcode9.3
# env: CONAN_APPLE_CLANG_VERSIONS=9.0
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
# install: skip
install:
- cd ${TRAVIS_BUILD_DIR}
- pwd
- ls -ltra
- |
# chmod +x ci_utils/.travis/install.sh
# ./ci_utils/.travis/install.sh
# set -e
# set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
brew update >/dev/null || brew update >/dev/null
brew outdated pyenv || brew upgrade pyenv
brew install pyenv-virtualenv
brew install cmake || true
if which pyenv > /dev/null; then
eval "$(pyenv init -)"
fi
pyenv install 2.7.10
pyenv virtualenv 2.7.10 conan
pyenv rehash
pyenv activate conan
fi
- pip install conan --upgrade
- pip install conan_package_tools
# - pip install cpuid --upgrade
- conan user
# pip uninstall cpuid
- brew update >/dev/null
- brew upgrade pcre || brew install pcre || exit 1
- brew upgrade vera++ || brew install vera++ || exit 1
- brew upgrade llvm --with-clang --with-clang-extra-tools || brew install llvm --with-clang --with-clang-extra-tools || exit 1
- ls /usr/local/opt/llvm/bin | grep clang
script:
- git fetch --unshallow || true
- git fetch origin master:master
- |
if which pyenv > /dev/null; then
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
fi
- pyenv activate conan
- eval $(python ci_utils/set_envvars_and_files.py)
- conan user
- conan remote add bitprim_temp https://api.bintray.com/conan/bitprim/bitprim
- cd ${TRAVIS_BUILD_DIR}
- pwd
- ls -ltra
- mkdir build
- cd build
- conan install ..
# - cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_TESTS=OFF -DWITH_TESTS=OFF -DWITH_TOOLS=OFF -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS="${CXX_FLAGS}" ${BOOST_OPTS}
# - cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_TESTS=OFF -DWITH_TESTS=OFF -DWITH_TOOLS=OFF -DCMAKE_BUILD_TYPE=$BUILD_TYPE
# - cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_TESTS=OFF -DWITH_TESTS=OFF -DWITH_TOOLS=OFF -DCMAKE_BUILD_TYPE=Release
- cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DUSE_CONAN=ON -DENABLE_TESTS=OFF -DWITH_TESTS=OFF -DWITH_TOOLS=OFF -DCMAKE_BUILD_TYPE=Release -DJUST_BITPRIM_SOURCES=ON -DWITH_KEOKEN=ON
- export PATH=$PATH:/usr/local/opt/llvm/bin/
- clang-tidy --version
# - sudo find / -name "run-clang-tidy.py"
# - /usr/local/Cellar/llvm/6.0.0/share/clang/run-clang-tidy.py -checks='*,-modernize-use-using,-hicpp-deprecated-headers,-modernize-deprecated-headers' -header-filter=${TRAVIS_BUILD_DIR}/include
# - python ci_utils/run-clang-tidy.py -checks='*,-modernize-use-using,-hicpp-deprecated-headers,-modernize-deprecated-headers' -warnings-as-errors='*,-modernize-use-using,-hicpp-deprecated-headers,-modernize-deprecated-headers' -header-filter=${TRAVIS_BUILD_DIR}/include
- python ../ci_utils/run-clang-tidy.py -checks='*,-android-*,-modernize-use-using,-hicpp-deprecated-headers,-modernize-deprecated-headers,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-owning-memory,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-hicpp-vararg,-hicpp-no-malloc,-fuchsia-default-arguments,-google-runtime-references,-cppcoreguidelines-no-malloc,-hicpp-no-malloc,-llvm-header-guard,-android-cloexec-fopen,-cppcoreguidelines-pro-type-union-access,-cppcoreguidelines-pro-type-const-cast,-hicpp-braces-around-statements,-hicpp-special-member-functions,-readability-braces-around-statements,-coreguidelines-special-member-function,-cppcoreguidelines-special-member-functions,-clang-diagnostic-static-inline-explicit-instantiation,-fuchsia-overloaded-operator,-cppcoreguidelines-pro-type-member-init,-hicpp-member-init' -warnings-as-errors='*' -header-filter=${TRAVIS_BUILD_DIR}/include/bitprim
# # Find non-ASCII characters in headers
# hpps=$(find include doc -name \*\.hpp)
# cpps=$(find test example -name \*\.cpp)
# pcregrep --color='auto' -n "[\x80-\xFF]" ${hpps} ${cpps}
# if [[ $? -ne 1 ]]; then exit 1; fi
# # F001: Source files should not use the '\r' (CR) character
# # L001: No trailing whitespace at the end of lines
# # L002: Don't use tab characters
# find include -name \*\.hpp | vera++ --rule F001 --rule L001 --rule L002 --error
# # Static Checks ------------------------------------------------------
# - stage: static checks
# os: linux
# sudo: required
# language: python
# python: "3.6"
# services:
# - docker
# env: CONAN_CLANG_VERSIONS=6.0 CONAN_DOCKER_IMAGE=lasote/conanclang60
# # if: branch =~ /^(release|hotfix).+$/ #Just releases
# if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
# install: skip
# script: echo "Running checks (1)"
# # - cd ${TRAVIS_BUILD_DIR}
# # - chmod a+x .travis/check_format.sh
# # - /usr/bin/docker run --rm -ti -v ${TRAVIS_BUILD_DIR}:/home/conan/project \
# # -v ${TRAVIS_BUILD_DIR}/.travis/check_format.sh:/tmp/check_format.sh lasote/conanclang60 \
# # /bin/bash \
# # -c /tmp/check_format.sh
# Builds ------------------------------------------------------
# Linux, GCC, libstdc++ ------------------------------------------------------
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=lasote/conangcc8
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=true
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=lasote/conangcc8
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=Flase
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=lasote/conangcc8
BITPRIM_CI_CURRENCY=BTC
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=lasote/conangcc7
BITPRIM_RUN_TESTS=true
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=true
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=lasote/conangcc7
BITPRIM_RUN_TESTS=true
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=false
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=lasote/conangcc7
BITPRIM_RUN_TESTS=true
BITPRIM_CI_CURRENCY=BTC
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=6 CONAN_DOCKER_IMAGE=lasote/conangcc6
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=true
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=6 CONAN_DOCKER_IMAGE=lasote/conangcc6
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=false
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=6 CONAN_DOCKER_IMAGE=lasote/conangcc6
BITPRIM_CI_CURRENCY=BTC
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=5 CONAN_DOCKER_IMAGE=lasote/conangcc5
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=true
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=5 CONAN_DOCKER_IMAGE=lasote/conangcc5
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=false
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_GCC_VERSIONS=5 CONAN_DOCKER_IMAGE=lasote/conangcc5
BITPRIM_CI_CURRENCY=BTC
if: branch =~ /^(release|hotfix).+$/ #Just releases
# - stage: build and upload binaries
# os: linux
# sudo: required
# language: python
# python: "3.6"
# services:
# - docker
# env: CONAN_GCC_VERSIONS=4.9 CONAN_DOCKER_IMAGE=lasote/conangcc49
# if: branch =~ /^(release|hotfix).+$/ #Just releases
# Linux, Clang, libstdc++ ----------------------------------------------------
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_CLANG_VERSIONS=6.0 CONAN_DOCKER_IMAGE=lasote/conanclang60
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=true
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_CLANG_VERSIONS=6.0 CONAN_DOCKER_IMAGE=lasote/conanclang60
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=false
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
- stage: build and upload binaries
os: linux
sudo: required
language: python
python: "3.6"
services:
- docker
env: CONAN_CLANG_VERSIONS=6.0 CONAN_DOCKER_IMAGE=lasote/conanclang60
BITPRIM_CI_CURRENCY=BTC
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
# - stage: build and upload binaries
# os: linux
# sudo: required
# language: python
# python: "3.6"
# services:
# - docker
# env: CONAN_CLANG_VERSIONS=5.0 CONAN_DOCKER_IMAGE=lasote/conanclang50
# if: branch =~ /^(release|hotfix).+$/ #Just releases
# - stage: build and upload binaries
# os: linux
# sudo: required
# language: python
# python: "3.6"
# services:
# - docker
# env: CONAN_CLANG_VERSIONS=4.0 CONAN_DOCKER_IMAGE=lasote/conanclang40
# if: branch =~ /^(release|hotfix).+$/ #Just releases
# - stage: build and upload binaries
# os: linux
# sudo: required
# language: python
# python: "3.6"
# services:
# - docker
# env: CONAN_CLANG_VERSIONS=3.9 CONAN_DOCKER_IMAGE=lasote/conanclang39
# macOS, apple-Clang, libc++ -------------------------------------------------
- stage: build and upload binaries
os: osx
language: generic
osx_image: xcode9.3
env: CONAN_APPLE_CLANG_VERSIONS=9.1
BITPRIM_RUN_TESTS=true
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=true
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: osx
language: generic
osx_image: xcode9.3
env: CONAN_APPLE_CLANG_VERSIONS=9.1
BITPRIM_RUN_TESTS=true
BITPRIM_CI_CURRENCY=BCH
BITPRIM_WITH_KEOKEN=false
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: osx
language: generic
osx_image: xcode9.3
env: CONAN_APPLE_CLANG_VERSIONS=9.1
BITPRIM_RUN_TESTS=true
BITPRIM_CI_CURRENCY=BTC
if: branch =~ /^(release|hotfix).+$/ #Just releases
- stage: build and upload binaries
os: osx
language: generic
osx_image: xcode9.3
env: CONAN_APPLE_CLANG_VERSIONS=9.1
if: branch =~ /^(feature|dev).*$/ #Just development
# - stage: build and upload binaries
# os: osx
# language: generic
# osx_image: xcode9
# env: CONAN_APPLE_CLANG_VERSIONS=9.0
# if: branch =~ /^(release|hotfix).+$/ #Just releases
# - stage: build and upload binaries
# os: osx
# language: generic
# osx_image: xcode8.3
# env: CONAN_APPLE_CLANG_VERSIONS=8.1
# if: branch =~ /^(release|hotfix).+$/ #Just releases
# - stage: build and upload binaries
# os: osx
# language: generic
# osx_image: xcode7.3
# env: CONAN_APPLE_CLANG_VERSIONS=7.3
# if: branch =~ /^(release|hotfix).+$/ #Just releases
# Upload Aliases -----------------------------------------------------
- stage: upload aliases
os: linux
sudo: required
language: python
python: "3.6"
# install: skip
if: branch =~ /^(release|hotfix|dev|feature).*$/ #Avoid master
script:
- |
cd ${TRAVIS_BUILD_DIR}
echo $TRAVIS_REPO_SLUG
git fetch --unshallow
git fetch origin master:master
REPO_NAME=$(echo $TRAVIS_REPO_SLUG| cut -d'/' -f 2)
echo $REPO_NAME
- eval $(python ci_utils/set_envvars_and_files.py)
#TODO(fernando): configure the remote and user using environment variables
- conan remote add bitprim_temp https://api.bintray.com/conan/bitprim/bitprim
- conan user
- conan user ${CONAN_LOGIN_USERNAME} -r bitprim_temp -p ${CONAN_PASSWORD}
- conan user
- echo "conan alias ${REPO_NAME}/0.X@bitprim/${BITPRIM_CONAN_CHANNEL} ${REPO_NAME}/${BITPRIM_CONAN_VERSION}@bitprim/${BITPRIM_CONAN_CHANNEL}"
- conan alias "${REPO_NAME}/0.X@bitprim/${BITPRIM_CONAN_CHANNEL}" "${REPO_NAME}/${BITPRIM_CONAN_VERSION}@bitprim/${BITPRIM_CONAN_CHANNEL}"
- echo "conan upload ${REPO_NAME}/0.X@bitprim/${BITPRIM_CONAN_CHANNEL} --all -r bitprim_temp"
- conan upload "${REPO_NAME}/0.X@bitprim/${BITPRIM_CONAN_CHANNEL}" --all -r bitprim_temp
# Push to repos ------------------------------------------------------
- stage: push to repos
install: skip
script:
- chmod +x .travis/push_other_repo.sh
- ./.travis/push_other_repo.sh
if: branch =~ /^(feature|dev).*$/ #Just development
# Dummy for master ------------------------------------------------------
- stage: build and upload binaries
install:
- echo "Stable packages are published in Release branches"
script:
- echo "Stable packages are published in Release branches"
if: branch =~ /^master$/ #Just master, dummy
# # Integration Tests ------------------------------------------------------
# - stage: integration tests
# install: skip
# script: echo "Running integration tests (Guille)"
# - stage: deploy to staging
# install: skip
# script: skip
# - stage: test staging
# install: skip
# script: 'curl http://sf-stages-staging.herokuapp.com'
# - stage: deploy to production
# install: skip
# script: skip
# - stage: test production
# install: skip
# script: 'curl http://sf-stages-production.herokuapp.com'
notifications:
email: false
webhooks:
urls: https://webhooks.gitter.im/e/a19dd2b03bf676d2b622
on_success: change
on_failure: always