PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Steeven Lim   o2system   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: o2system
Start projects using the with O2System Framework
Author: By
Last change:
Date: 3 years ago
Size: 662 bytes
 

Contents

Class file image Download
language: php php: - 7.2 - 7.3 - hhvm # faster builds on new travis setup not using sudo sudo: false # cache vendor dirs cache: directories: - $HOME/.composer/cache install: - travis_retry composer self-update && composer --version - travis_retry composer update --dev --prefer-dist --no-interaction # install php extensions - | if (php --version | grep -i HipHop > /dev/null); then echo "Skipping imagick and gmagick tests on HHVM" else pear config-set preferred_state beta printf "\n" | pecl install imagick # gmagick is not installed on travis currently #printf "\n" | pecl install gmagick fi