Fix shutdown crashes in xbox/pagelet server
[hiphop-php.git] / .travis.yml
blob2fd5e9b7f5235ac42bda17bfa2e804096b7cc903
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
8   - HPHP_HOME=`pwd` make -j 8
9   
10 script: hphp/hhvm/hhvm hphp/test/run --arg quick slow zend
12 notifications:
13   irc: "chat.freenode.net#hhvm"