Skip to content

Commit

Permalink
Actually run test suite in lowest deps mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jul 14, 2019
1 parent 9245ee4 commit 4a1f8ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ script:
php vendor/bin/phpunit --group efficiency;
elif [ "${TEST_SUITE}" = "functional" ]; then
php vendor/bin/behat --strict;
else
php vendor/bin/behat --strict;
php vendor/bin/phpunit;
fi;

0 comments on commit 4a1f8ce

Please sign in to comment.