Skip to content

Commit

Permalink
Moving travis test configuration
Browse files Browse the repository at this point in the history
This way it is more obvious to the committer changing test configuration that also travis config should be changed
  • Loading branch information
Ocramius committed Apr 8, 2012
1 parent 02f97f7 commit 68fa39f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ php:
- 5.3
- 5.4

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

script: ./.travis/run-tests.sh
File renamed without changes.

0 comments on commit 68fa39f

Please sign in to comment.