Skip to content

Commit

Permalink
Merge branch 'feature/pause-travis' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Jan 2, 2013
2 parents f32b668 + b1dc269 commit ef99651
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
4 changes: 3 additions & 1 deletion lib/Proem/Bootstrap/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Dispatch/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Filter/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Http/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Routing/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Service/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Signal/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Util/Loader/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down
4 changes: 3 additions & 1 deletion lib/Proem/Util/Structure/.travis.yml
Expand Up @@ -3,7 +3,9 @@ language: php
php:
- 5.4

before_script: composer --dev install
# dirty hack to attempt to ensure the existence of dependant components.
before_install: sleep 120
install: composer --dev install
script: ./vendor/bin/phpunit

notifications:
Expand Down

0 comments on commit ef99651

Please sign in to comment.