Skip to content

Commit

Permalink
Formatted + updated to modern array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bfanger committed Jan 27, 2016
1 parent 7d2461d commit 86d03e9
Show file tree
Hide file tree
Showing 72 changed files with 14,648 additions and 14,443 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php
php:
- "5.5"
- "5.4"
- "5.3"
- "5.6"
- "7.0"

before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root

script: phpunit --bootstrap phpunit_bootstrap.php tests/
script: phpunit --bootstrap phpunit_bootstrap.php tests/
Loading

0 comments on commit 86d03e9

Please sign in to comment.