library/smarty/.travis.yml
changeset 46 f11c31f7fa3e
parent 45 a56e7f9a0463
child 47 03388ec805b4
equal deleted inserted replaced
45:a56e7f9a0463 46:f11c31f7fa3e
     1 language: php
       
     2 
       
     3 php:
       
     4   - 5.3
       
     5   - 5.4
       
     6   - 5.5
       
     7   - 5.6
       
     8 
       
     9 allow_failures:
       
    10     - php: hhvm
       
    11 
       
    12 install:
       
    13    - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
       
    14 
       
    15 script:
       
    16    - cd smarty-phpunit
       
    17    - phpunit ./
       
    18