Skip to content

Commit dca2daf

Browse files
authored
Merge pull request #1 from phalcongelist/2.0.x
2.0.x
2 parents a2d8289 + bb76b29 commit dca2daf

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.travis.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
language: php
2+
3+
sudo: false
4+
dist: precise
5+
6+
php:
7+
- 5.4
8+
- 5.5
9+
- 5.6
10+
- 7.0
11+
12+
git:
13+
depth: 1
14+
15+
before_install:
16+
- phpenv config-rm xdebug.ini
17+
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
18+
19+
install:
20+
- composer self-update -q
21+
- travis_retry composer install --prefer-dist --no-interaction
22+
23+
script:
24+
- composer cs-test
25+
26+
notifications:
27+
email:
28+
recipients:
29+
30+
on_success: change
31+
on_failure: always

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Phalcon Diff
22

3+
[![Build Status](https://travis-ci.org/phalcongelist/php-diff.svg?branch=master)](http://travis-ci.org/phalcongelist/php-diff)
4+
35
## About this repo
46

57
This is a fork of [Chris Boulton's Diff][fork] project.

0 commit comments

Comments
 (0)