Skip to content

Commit

Permalink
Add travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Nov 3, 2016
1 parent fb27b46 commit 8f7724c
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
php:
- 5.6
- 7.0
- 7.1

branches:
only:
- master

install:
- composer install --prefer-source
script:
- ./vendor/bin/phpspec run

0 comments on commit 8f7724c

Please sign in to comment.