File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
# Phalcon Diff
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/phalcongelist/php-diff.svg?branch=master )] ( http://travis-ci.org/phalcongelist/php-diff )
4
+
3
5
## About this repo
4
6
5
7
This is a fork of [ Chris Boulton's Diff] [ fork ] project.
You can’t perform that action at this time.
0 commit comments