commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / vendor / phpseclib / phpseclib / .travis.yml
1 language: php
2
3 # When adding environments here, the number of runs specified in .scrutinizer.yml
4 # may have to be adjusted.
5 php:
6 - 5.2
7 - 5.3.3
8 - 5.3
9 - 5.4
10 - 5.5
11 - 5.6
12 - hhvm
13
14 env:
15 global:
16 # Defines CODE_COVERAGE_PASSPHRASE which is the passphrase for unlocking
17 # the travis/code_coverage_id_rsa RSA private key.
18 - secure: "jtQTZKQBnzUlp/jz7NlM6470ZDnLGVAs53sgvIm4tcYqf9TWSXSXjIYvFsrS\nKPR2eyZaAevYysUkIGRFTUXTlG6tC36YngMp9+6FPxASl8mnGXsTbKcm613B\n59vD3242pgIgqhhmgFQ0c8gbvnE8PuF2aS4/hluP3r+AxhWN56E="
19
20 before_install: true
21
22 install:
23 - sudo apt-get install parallel
24 - eval `ssh-agent -s`
25 - travis/setup-secure-shell.sh
26 - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then travis/install-php-extensions.sh; fi"
27 - sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then travis/setup-composer.sh; fi"
28
29 script:
30 - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' ]; then vendor/bin/phing -f build/build.xml sniff; fi"
31 - travis/run-phpunit.sh
32
33 after_success:
34 - sh -c "if $TRAVIS_SECURE_ENV_VARS; then travis/upload-code-coverage-html.sh; fi"
35 - sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' -a '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then travis/upload-code-coverage-scrutinizer.sh; fi"