Skip to content

Commit 7774541

Browse files
author
Kendrick
committed
travis
1 parent 0b34f4a commit 7774541

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.idea/
2+
composer.phar
3+
vendor/

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ env:
1414
before_script:
1515
- composer require symfony/framework-bundle:${FRAMEWORK_BUNDLE}
1616
- composer require symfony/twig-bundle:${TWIG_BUNDLE_VERSION}
17-
- composer require twig/twig:${TWIG_VERSION}
18-
19-
script: phpunit --coverage-text
17+
- composer require twig/twig:${TWIG_VERSION}

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"symfony/twig-bundle": "~2.0",
1616
"twig/twig": "~1.12"
1717
},
18+
"require-dev": {
19+
"phpunit/phpunit": "4.8.*"
20+
},
1821
"autoload": {
1922
"psr-4": {
2023
"Kendrick\\SymfonyDebugToolbarGit\\": "."

0 commit comments

Comments
 (0)