mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add travis PHP config
This commit is contained in:
parent
48e19fc7e5
commit
1aeee53f0f
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: php
|
||||
php:
|
||||
- '5.4'
|
||||
- '5.5'
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- hhvm
|
||||
- nightly
|
||||
before_script: composer install
|
Loading…
Reference in New Issue
Block a user