Fix some macro name collisions in vixl
[hiphop-php.git] / .travis.yml
blob9625957e10335eba51d6563270e075cbabf10d94
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 all
12 notifications:
13   irc: "chat.freenode.net#hhvm"