Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[Travis] Use the new test-runner for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jun 20, 2012
1 parent 5e0ae8d commit 192cee1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 84 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -5,9 +5,11 @@ php:
- 5.3
- 5.4

before_install: cp tests/TravisTestConfiguration.php tests/TestConfiguration.php
before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php

script: ./.travis/run-tests.sh
script:
- php ./tests/run-tests.php

notifications:
irc: "irc.freenode.org#zftalk.2"
14 changes: 0 additions & 14 deletions .travis/run-tests.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .travis/skipped-components

This file was deleted.

61 changes: 0 additions & 61 deletions .travis/tested-components

This file was deleted.

File renamed without changes.

0 comments on commit 192cee1

Please sign in to comment.