Skip to content
This repository has been archived by the owner on Apr 28, 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
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 84 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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.

0 comments on commit ddc5b11

Please sign in to comment.