# HG changeset patch # User sheepluva # Date 1452636991 -3600 # Node ID df336149cc2b666d8cadc24e405c10f7ce95e212 # Parent 09be932506a980242eda9d65919876fcac107629 travis: don't skip joins because that would require #hedgewars to allow messages from outside the channel diff -r 09be932506a9 -r df336149cc2b .travis.yml --- a/.travis.yml Tue Jan 12 22:43:39 2016 +0100 +++ b/.travis.yml Tue Jan 12 23:16:31 2016 +0100 @@ -59,4 +59,4 @@ - "See details at %{build_url}" on_success: change on_failure: always - skip_join: true + skip_join: false