nibsirahsieu / SalvaJshrinkBundle

NOT MAINTAINED - This bundle integrate jshrink library as Assetic filter and twig extension
MIT License
32 stars 6 forks source link

Adding .travis.yml #10

Closed robertfausk closed 9 years ago

robertfausk commented 9 years ago

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
EmanueleMinotto commented 9 years ago

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

tedivm commented 9 years ago

:+1:

nibsirahsieu commented 9 years ago

@EmanueleMinotto which settings i have to change?

nibsirahsieu commented 9 years ago

@EmanueleMinotto done.

EmanueleMinotto commented 9 years ago

added in #12, thanks @robertfausk