Skip to content

Commit

Permalink
Fix bootstrap path and travis dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Oct 3, 2017
1 parent 316d8f5 commit 16840e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,8 +1,6 @@
language: php

dist: precise

sudo: false
dist: trusty

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -2,7 +2,7 @@
Standard module phpunit configuration.
Requires PHPUnit ^5.7
-->
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>tests/php</directory>
</testsuite>
Expand Down

0 comments on commit 16840e4

Please sign in to comment.