Skip to content

Commit 7470a29

Browse files
Chris Lüerfacebook-github-bot
authored andcommitted
Deprecate Travis Bot from fbsource repos
Summary: Remove travis webhook notification from repos - redex - gloo - rsocket-js - tgnms ? - relay Moving away from Travis Bot to automatic Task assignment on external CI test failures (https://fb.workplace.com/groups/1662633360725440/permalink/2399873220334780/) Reviewed By: int3 Differential Revision: D16993379 fbshipit-source-id: cf7447e6f5b30f82d06d8d8ced82a9139a92941f
1 parent 9a5ed63 commit 7470a29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: required
22
language: cpp
33
compiler: gcc-5
4-
dist: xenial
4+
dist: xenial
55

66
before_install:
77
- sudo apt-get install -y
@@ -23,6 +23,3 @@ before_install:
2323

2424
script:
2525
- autoreconf -ivf && ./configure CXX='g++-5' && make -j4
26-
27-
notifications:
28-
webhooks: https://code.facebook.com/travis/webhook/

0 commit comments

Comments
 (0)