Skip to content

Instantly share code, notes, and snippets.

@yitznewton
Created May 7, 2014 14:57
Show Gist options
  • Select an option

  • Save yitznewton/ecd8c1fedba79d6e368e to your computer and use it in GitHub Desktop.

Select an option

Save yitznewton/ecd8c1fedba79d6e368e to your computer and use it in GitHub Desktop.
Multilang Travis config
php:
- 5.5
before_script:
- ./travis/before_script.sh
- make composer-install
- make frontend-install
- phpenv config-add tests/php-custom-$TRAVIS_PHP_VERSION.ini
cache:
directories:
- $HOME/.composer/cache/repo/
- $HOME/.gem/
- $HOME/.rvm/
- $TRAVIS_BUILD_DIR/node_modules/
- $TRAVIS_BUILD_DIR/travis/module-cache
- $TRAVIS_BUILD_DIR/vendor/
script:
- make -k ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment