Skip to content

Commit

Permalink
Merge pull request #311 from nanasess/install-dpkg
Browse files Browse the repository at this point in the history
Install to dpkg for trusty
  • Loading branch information
nanasess committed Sep 17, 2019
2 parents 4d5c88c + ef4e5ea commit deb171d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ addons:
sources:
- google-chrome
packages:
- dpkg # see https://github.com/travis-ci/travis-ci/issues/9361
- google-chrome-stable

env:
Expand Down
1 change: 1 addition & 0 deletions tests/require.php
Expand Up @@ -25,6 +25,7 @@ class_alias('PHPUnit\Framework\TestCase', 'PHPUnit_Framework_TestCase');
}
return $map;
};
$loader->add('_generated', __DIR__.'/../ctests/_support');
$loader->addClassMap($classMap(__DIR__.'/../ctests'));
$loader->addClassMap($classMap(__DIR__.'/class'));
return $loader;

0 comments on commit deb171d

Please sign in to comment.