language: php

php:
  - 5.3
  - 5.4
  - 5.5

before_script: composer install --prefer-source --no-interaction

script: bin/phpspec run -fpretty --verbose

notifications:
    email: "travis-ci@sylius.org"
    irc:   "irc.freenode.org#sylius-dev"
                                                 {% import 'SyliusResourceBundle:Macros:actions.html.twig' as actions %}

<h1>Settings <small>Use this form to update settings</small></h1>
<hr />

<form action="{{ path('sylius_settings') }}" method="post" class="form-horizontal">
    {{ form_widget(form) }}
    {{ actions.update() }}
</form>
