PHP Classes

File: libs/Twig/.travis.yml

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/.travis.yml   Download  
File: libs/Twig/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 440 bytes
 

Contents

Class file image Download
language: php php: - 5.2 - 5.3 - 5.4 - 5.5 - hhvm env: - TWIG_EXT=no - TWIG_EXT=yes before_script: - if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && make && sudo make install"; fi - if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi matrix: exclude: - php: hhvm env: TWIG_EXT=yes