Skip to content

Commit

Permalink
Merge branch 'release/3.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-sommer committed Jan 29, 2016
2 parents 643779c + d484b20 commit 3790b4b
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 245 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
install:
- composer install
script:
- php ./vendor/bin/phpunit
- php ./vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nice/twig": "2.0.x-dev",
"nice/templating": "1.0.x-dev",
"chrisboulton/php-resque": "dev-master",
"doctrine/migrations": "1.0.x-dev",
"doctrine/migrations": "~1.2",
"symfony/debug": "~2.7",
"symfony/console": "~2.7",
"symfony/process": "~2.7",
Expand Down
Loading

0 comments on commit 3790b4b

Please sign in to comment.