Skip to content

Commit ebe4d57

Browse files
committed
Merge pull request #44 from VSEphpbb/updates
Updates EPV and Travis
2 parents 0c1dce6 + cc24207 commit ebe4d57

4 files changed

Lines changed: 45 additions & 40 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
- SNIFF="1" # Should we run code sniffer on your code?
3333
- IMAGE_ICC="1" # Should we run icc profile sniffer on your images?
3434
- EPV="1" # Should we run EPV (Extension Pre Validator) on your code?
35-
- PHPBB_BRANCH="develop-ascraeus"
35+
- PHPBB_BRANCH="3.1.x"
3636

3737
branches:
3838
only:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ An extension for phpBB 3.1 that allows administrators to easily add their Google
44

55
[![Build Status](https://travis-ci.org/phpbb-extensions/googleanalytics.png)](https://travis-ci.org/phpbb-extensions/googleanalytics)
66

7-
87
## Quick Install
98
You can install this on the latest release of phpBB 3.1 by following the steps below:
109

composer.lock

Lines changed: 44 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

event/listener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public function add_googleanalytics_configs($event)
105105
}
106106
}
107107

108-
109108
/**
110109
* Validate the Google Analytics ID
111110
*

0 commit comments

Comments
 (0)