Commit 3a9d7716 authored by Fabien Potencier's avatar Fabien Potencier

merged branch romainneutron/Travis (PR #315)

Commits
-------

d797c967 Add Travis CI configuration

Discussion
----------

Add Travis CI configuration

---------------------------------------------------------------------------

by igorw at 2012-04-30T22:22:03Z

Duplicate of #278, but this one is better.

As I said on that PR 2 months ago: 👍.

---------------------------------------------------------------------------

by romainneutron at 2012-04-30T22:25:53Z

woops, I have to admit I didn't looked in the PR list.
parents 83f5b044 d797c967
language: php
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
php:
- 5.3.2
- 5.3
- 5.4
Silex, a simple Web Framework
=============================
[![Build Status](https://secure.travis-ci.org/fabpot/Silex.png?branch=master)](http://travis-ci.org/fabpot/Silex)
Silex is a simple web framework to develop simple websites based on
[Symfony2][1] components:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment