nibsirahsieu/SalvaJshrinkBundle

Adding .travis.yml

Closed this issue · 5 comments

For example:

language: php

php:
    - 5.3
    - 5.4
    - 5.5
    - hhvm

before_script:
    - composer self-update && composer install --dev

script: ./tests/runTests.sh
script: ./vendor/bin/phpunit

@nibsirahsieu I can push the required .travis.yml file, but an action from you is required to change repo settings

👍

@EmanueleMinotto which settings i have to change?

added in #12, thanks @robertfausk