Created
May 7, 2014 14:57
-
-
Save yitznewton/ecd8c1fedba79d6e368e to your computer and use it in GitHub Desktop.
Multilang Travis config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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