Skip to content

Commit

Permalink
Simplify travis tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
elfet committed Feb 17, 2015
1 parent ad13654 commit 32120be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ php:
- 5.6
- hhvm

before_script: bash test/before_script.sh
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev

script:
- phpunit

after_script: bash test/after_script.sh
Empty file removed test/.noninteractive
Empty file.
3 changes: 0 additions & 3 deletions test/after_script.sh

This file was deleted.

13 changes: 0 additions & 13 deletions test/before_script.sh

This file was deleted.

0 comments on commit 32120be

Please sign in to comment.