diff options
author | Victor Häggqvist <[email protected]> | 2015-07-09 19:22:04 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-07-09 19:23:11 +0200 |
commit | 9639a6b44ae600eb02280d1b46265892497e470c (patch) | |
tree | fbd072663155dd5711c0778c1d4e429471888a65 | |
parent | aac5a72b2bee7aef00d0f9c359b7d5c8fa270f5e (diff) |
chore(travis): remove custom scriptv0.1.3
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 801e112..54f039d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,3 @@ php: install: - composer self-update - composer install - -script: phpunit --bootstrap vendor/autoload.php |