File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
149149
150150## Changelog ##
151151
152- ### 4.5.5 [ January 17 , 2019] ###
152+ ### 4.5.5 [ January 22 , 2019] ###
153153
154154* FIXED
155155
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dist: trusty
22language : php
33sudo : required
44php :
5- - 5.5
5+ - 7.1
66branches :
77 only :
88 - develop
@@ -49,7 +49,10 @@ before_script:
4949 - composer update
5050 - export PATH="$PATH:/home/travis/build/rtMediaWP/rtMedia/tests/codeception/vendor/bin"
5151 # # PHP_CodeSniffer
52- - pear install pear/PHP_CodeSniffer-2.9.1
52+ - git clone https://github.com/squizlabs/PHP_CodeSniffer.git
53+ - cd PHP_CodeSniffer
54+ - pear install package.xml
55+ - cd ../
5356 - git clone git://github.com/wimg/PHPCompatibility.git $(pear config-get php_dir)/PHP/CodeSniffer/Standards/PHPCompatibility
5457 - phpenv rehash
5558 - phpcs -i
Original file line number Diff line number Diff line change 44msgstr ""
55"Project-Id-Version : rtMedia for WordPress, BuddyPress and bbPress 4.5.5\n "
66"Report-Msgid-Bugs-To : https://rtmedia.io/support/\n "
7- "POT-Creation-Date : 2019-01-17 09:41:09 +00:00\n "
7+ "POT-Creation-Date : 2019-01-22 07:28:35 +00:00\n "
88"MIME-Version : 1.0\n "
99"Content-Type : text/plain; charset=utf-8\n "
1010"Content-Transfer-Encoding : 8bit\n "
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
137137
138138== Changelog ==
139139
140- = 4.5.5 [January 17 , 2019] =
140+ = 4.5.5 [January 22 , 2019] =
141141
142142* FIXED
143143
You can’t perform that action at this time.
0 commit comments