mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-10-27 07:27:36 +01:00
Adding in travis
This commit is contained in:
18
.travis.yml
Normal file
18
.travis.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 7
|
||||
- 5.6
|
||||
- 5.5
|
||||
- 5.4
|
||||
- 5.3
|
||||
- hhvm
|
||||
- nightly
|
||||
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- travis_retry composer update --no-progress --prefer-dist --profile
|
||||
|
||||
script:
|
||||
- composer test
|
||||
Reference in New Issue
Block a user