Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 3ee0cfc

Browse files
committed
Merge pull request #499 from localheinz/fix/composer
Fix: Validate composer.json and composer.lock on Travis
2 parents d4eb646 + c55cff8 commit 3ee0cfc

File tree

2 files changed

+542
-4
lines changed

2 files changed

+542
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cache:
1818

1919
before_install:
2020
- composer self-update
21+
- composer validate
2122

2223
install:
2324
- composer install

0 commit comments

Comments
 (0)