Skip to content

Commit

Permalink
Verify dependencies can be installed in all PHP versions using Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Stenvall committed Oct 28, 2017
1 parent bcb8686 commit 15453da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2

script:
- composer self-update
- composer install

0 comments on commit 15453da

Please sign in to comment.