8000 merged branch lsmith77/travis-ci (PR #2693) · DavidChristmann/symfony@2ace261 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ace261

Browse files
committed
merged branch lsmith77/travis-ci (PR symfony#2693)
Commits ------- 0e51e32 point the status icon to 2.0 9d2bd1c tweaked travis configuration f68c028 [CI] travis-ci.org integration Discussion ---------- Add travis ci to 2.0 The original PR was send to master and not 2.0, so I cherry picked the two relevant commits. Once this PR is merged, I will send another PR to master to set the status icon branch accordingly.
2 parents 60f8525 + 0e51e32 commit 2ace261

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
7+
before_script: php vendors.php

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
README
22
======
33

4+
[![Build Status](https://secure.travis-ci.org/symfony/symfony.png?branch=2.0)](http://travis-ci.org/symfony/symfony)
5+
46
What is Symfony2?
57
-----------------
68

0 commit comments

Comments
 (0)
0