File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ before_script:
42
42
- cd $PLUGIN_DIR
43
43
- cp -Rf * /var/www/automation.rtmedia.me/htdocs/wp-content/plugins/rtMedia/
44
44
- cd /var/www/automation.rtmedia.me/htdocs/
45
- - wp --allow-root plugin install https://downloads.wordpress.org/plugin/buddypress.4.2 .0.zip
45
+ - wp --allow-root plugin install https://downloads.wordpress.org/plugin/buddypress.4.3 .0.zip
46
46
- wp plugin activate --all
47
47
- cd $PLUGIN_DIR
48
48
- cd tests/codeception/tests/_data
@@ -52,7 +52,8 @@ before_script:
52
52
- unzip BrowserStackLocal-linux-x64.zip
53
53
- nohup ./BrowserStackLocal --key $BROWSERSTACK_ACCESS_KEY &
54
54
- cd $PLUGIN_DIR/tests/codeception/
55
- - composer update
55
+ # - composer update
56
+ - composer install
56
57
- export PATH="$PATH:/home/travis/build/rtMediaWP/rtMedia/tests/codeception/vendor/bin"
57
58
# # PHP_CodeSniffer
58
59
- git clone https://github.com/squizlabs/PHP_CodeSniffer.git
Original file line number Diff line number Diff line change @@ -24,8 +24,11 @@ modules:
24
24
' browserstack.key ' : ' %BROWSERSTACK_ACCESS_KEY%'
25
25
' os ' : ' OS X'
26
26
' os_version ' : ' mojave'
27
+ ' browser_version ' : ' 70'
27
28
' browserstack.debug ' : ' true'
28
29
' browserstack.networkLogs ' : ' true'
29
30
' build ' : ' %TRAVIS_BUILD_NUMBER%'
30
- ' project ' : ' rtMedia Automation'
31
+ ' project ' : ' rtMedia Automation Local '
31
32
' browserstack.local ' : ' true'
33
+ ' browserstack.use_w3c ' : ' true'
34
+ ' browserstack.selenium_version ' : ' 2.53.0'
You can’t perform that action at this time.
0 commit comments