Skip to content

Commit 9269560

Browse files
committed
Update phan version used in this check
1 parent 1f71bc0 commit 9269560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222

2323
# Install phan separately because the tolerant-php-parser version may be behind.
2424
script:
25-
- composer create-project phan/phan=1.1.0 ~/phan-install; ~/phan-install/phan
25+
- composer create-project phan/phan=1.2.1 ~/phan-install; ~/phan-install/phan
2626
- ./test
2727

2828
branches:

0 commit comments

Comments
 (0)