diff options
| author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-22 13:32:58 +0000 |
|---|---|---|
| committer | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-22 13:32:58 +0000 |
| commit | d1980f6ad616e800ff82299ceafc5c8c763c6570 (patch) | |
| tree | 730abea21b92c9ad0112b4a9757e4ca83a90f4f9 | |
| parent | 4325bbf4c601332614f456df969983d85829e931 (diff) | |
| download | forums-d1980f6ad616e800ff82299ceafc5c8c763c6570.tar forums-d1980f6ad616e800ff82299ceafc5c8c763c6570.tar.gz forums-d1980f6ad616e800ff82299ceafc5c8c763c6570.tar.bz2 forums-d1980f6ad616e800ff82299ceafc5c8c763c6570.tar.xz forums-d1980f6ad616e800ff82299ceafc5c8c763c6570.zip | |
[task/travis] Fixing some travis issues
PHPBB3-10718
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 8e870ca9c2..bf97a20850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ notifications: email: recipients: - dev-team@phpbb.com - on_success: never + on_success: change on_failure: change branches: @@ -18,8 +18,8 @@ Find support and lots more on [phpBB.com](http://www.phpbb.com)! Discuss the dev ## AUTOMATED TESTING We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](http://bamboo.phpbb.com) or check our travis build below. -Develop - [](http://travis-ci.org/phpbb/phpbb3) -Develop-Olympus - [](http://travis-ci.org/phpbb/phpbb3) +develop - [](http://travis-ci.org/phpbb/phpbb3) +develop-olympus - [](http://travis-ci.org/phpbb/phpbb3) ## LICENSE |
