Skip to content

Commit 5724a01

Browse files
committed
Travis config update
- Explicitly use container infrastructure for all builds. - Added webhook notification
1 parent 0ae08e8 commit 5724a01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
sudo: false
23
php:
34
- 5.3
45
- 5.4
@@ -25,3 +26,8 @@ after_script:
2526
- travis_retry php ocular.phar self-update
2627
- php ocular.phar --version
2728
- travis_retry php ocular.phar code-coverage:upload --repository=b/gentlero/bitbucket-api --format=php-clover ./build/logs/coverage.clover
29+
30+
notifications:
31+
webhooks:
32+
urls:
33+
secure: "Xqj40L7H7t01GvXZWLFGBHJSelhNZeGO107+EyBr3BjGX6iurDUWE1JAAWfEA5+TXE1Nv902t5EaXzc4KnRSwXwNjpVXj3cIOZX/xlQ4bE0rtU5Fzd93aULtshIAfexN99AG6iV4URtIlWYBgwqV7vadMy/UEgBlELLKUQS0GOI="

0 commit comments

Comments
 (0)