Skip to content

Commit

Permalink
Removed php 5.6 from travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh4 committed Oct 15, 2019
1 parent 7eb438a commit fa1ea62
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ git:
depth: 3

php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
Expand Down
1 change: 1 addition & 0 deletions tests/codeception/acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ modules:
url: 'http://localhost:8080/'
browser: chrome
window_size: maximize
restart: true
port: 4444
1 change: 1 addition & 0 deletions tests/codeception/functional/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
* in @tests/config/functional.php
*/
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));

0 comments on commit fa1ea62

Please sign in to comment.