Translated using Weblate (Indonesian)
[phpmyadmin.git] / .travis.yml
blob4f106c8353db62bfc54bb4f02921674f9b4c4328
1 language: php
2 php:
3   - "5.5"
4   - "5.4"
5   - "5.3"
6 before_install:
7   - sudo apt-get update -qq
8   - sudo apt-get install -qq ant
9 before_script:
10   - git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd ..
11   - echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
12   - echo "runkit.internal_override=1" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
13 script:
14   - ./scripts/generate-mo --quiet
15   - ant phpunit-nocoverage lint