Skip to content

Commit

Permalink
try to fix nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Giehl authored and sgiehl committed Sep 2, 2019
1 parent 3f1594e commit 44e7ae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
include:
- php: nightly
install: travis_retry composer install --ignore-platform-reqs
before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"
- (composer self-update; true)
- composer require doctrine/cache ~1.2 --ignore-platform-reqs

- stage: test with coverage
php: 7.1
Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class Browser extends AbstractClientParser
'Nokia Browser' => ['Nokia Browser', 'Nokia OSS Browser', 'Nokia Ovi Browser', 'Dorado'],
'Opera' => [
'Opera', 'Opera Mobile', 'Opera Mini', 'Opera Next', 'Opera Touch', 'Opera Neon', 'Opera Devices',
'Opera Mini iOS'
'Opera Mini iOS',
],
'Safari' => ['Safari', 'Mobile Safari', 'Sogou Mobile Browser'],
'Sailfish Browser' => ['Sailfish Browser'],
Expand Down

0 comments on commit 44e7ae3

Please sign in to comment.