Skip to content

Commit

Permalink
Merge branch 'master' of github.com:piwik/piwik
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Aug 21, 2014
2 parents 15f155f + 4bf8ddc commit e927364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# do not edit this file manually, instead run the generate:travis-yml console command
# if you are a Piwik core developer, edit this template file to auto generate the travis.yml: https://github.com/piwik/piwik/blob/master/plugins/CoreConsole/templates/travis.yml.twig

language: php

# We want to test against PHP 5.3.3/5.4/5.5
php:
- 5.6
- 5.5
- 5.4
- 5.3.3
# - 5.6
# - hhvm

# Separate different test suites
Expand Down
1 change: 1 addition & 0 deletions core/Tracker/Visitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ public static function getVisitFieldsPersist()
'visitor_days_since_first',
'visitor_days_since_order',
'visitor_count_visits',
'visit_goal_buyer',

'location_country',
'location_region',
Expand Down
1 change: 1 addition & 0 deletions tests/PHPUnit/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<exclude>
<directory suffix=".php">../../core/Updates</directory>
<directory suffix=".php">../../plugins/Example*</directory>
<directory suffix=".php">../../plugins/SecurityInfo*</directory>
<directory suffix=".php">../../plugins/*/Updates</directory>
<directory suffix=".php">../../plugins/*/libs</directory>
<directory suffix=".php">../../plugins/*/tests</directory>
Expand Down

0 comments on commit e927364

Please sign in to comment.