Skip to content

Commit

Permalink
Remove phan
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalvarma05 committed Mar 15, 2017
1 parent aa1efb6 commit 60c7acc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 167 deletions.
93 changes: 0 additions & 93 deletions .phan/config.php

This file was deleted.

7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -3,21 +3,16 @@ language: php
php:
- 7

sudo: required
sudo: false

cache:
directories:
- $HOME/.composer/cache

before_install:
- ./tests/setup.sh
- composer validate

install:
- composer --prefer-source install

before_script:
- chmod +x ./tests/setup.sh
- travis_retry composer self-update
- travis_retry composer update --no-interaction --prefer-source

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Expand Up @@ -19,11 +19,6 @@
}
},
"require-dev": {
"etsy/phan": "^0.8.3",
"phpunit/phpunit": "^6.0"
},
"scripts": {
"phan": "phan",
"phanToFile": "phan -o phan.txt"
}
}
63 changes: 0 additions & 63 deletions tests/setup.sh

This file was deleted.

0 comments on commit 60c7acc

Please sign in to comment.