Skip to content

Commit 60c7acc

Browse files
committed
Remove phan
1 parent aa1efb6 commit 60c7acc

File tree

4 files changed

+1
-167
lines changed

4 files changed

+1
-167
lines changed

.phan/config.php

-93
This file was deleted.

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@ language: php
33
php:
44
- 7
55

6-
sudo: required
6+
sudo: false
77

88
cache:
99
directories:
1010
- $HOME/.composer/cache
1111

1212
before_install:
13-
- ./tests/setup.sh
1413
- composer validate
1514

16-
install:
17-
- composer --prefer-source install
18-
1915
before_script:
20-
- chmod +x ./tests/setup.sh
2116
- travis_retry composer self-update
2217
- travis_retry composer update --no-interaction --prefer-source
2318

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
}
2020
},
2121
"require-dev": {
22-
"etsy/phan": "^0.8.3",
2322
"phpunit/phpunit": "^6.0"
24-
},
25-
"scripts": {
26-
"phan": "phan",
27-
"phanToFile": "phan -o phan.txt"
2823
}
2924
}

tests/setup.sh

-63
This file was deleted.

0 commit comments

Comments
 (0)