Implement PHP_BINARY PHP core predefined constant
[hiphop-php.git] / .travis.yml
blobaa90f133ac99c182047ea6a9c5b74ca4328f0515
1 language: cpp
2 compiler:
3   - gcc
4 before_script: 
5   - ./configure_ubuntu_12.04.sh
6 # for some tests  
7   - sudo locale-gen de_DE && sudo locale-gen zh_CN.utf8 && sudo locale-gen fr_FR
8   - HPHP_HOME=`pwd` make -j 8
9   
10 script: hphp/hhvm/hhvm hphp/test/run quick slow zend
12 notifications:
13   irc: "chat.freenode.net#hhvm"