Skip to content

Commit

Permalink
Update Travis PHP 5.3 to 5.6 and remove last FIX, to fix unexplained …
Browse files Browse the repository at this point in the history
…and not reproducible Travis unit test errors…
  • Loading branch information
geoffroy-aubry committed Jan 29, 2017
1 parent 84d3f74 commit 9f823a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

language: php
php:
- 5.3
- 5.6

before_script:
- cp conf/twgit-dist.sh conf/twgit.sh
Expand Down
4 changes: 2 additions & 2 deletions inc/common.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ function assert_clean_stable_branch_and_checkout () {

##
# S'assure que la branche existe dans le dépôt distant.
#
#
# @param string $1 nom complet de la branche
# @testedby TwgitCommonAssertsTest
#
Expand Down Expand Up @@ -1292,7 +1292,7 @@ function displayQuotedEnum () {
if [ -z "$trimmed_list" ]; then
echo
else
local quoted_list="'<b>${trimmed_list// /</b>\', \'<b>}</b>'"
local quoted_list="'<b>${trimmed_list// /</b>', '<b>}</b>'"
echo $quoted_list
fi
}
Expand Down

0 comments on commit 9f823a5

Please sign in to comment.