1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 18:07:46 +02:00

Fixed travis

This commit is contained in:
Sean Qureshi 2013-08-23 15:45:59 -07:00
parent a2c85f74ea
commit 77da25553c

View File

@ -29,6 +29,7 @@ before_script:
- git clone https://github.com/irungentoo/ProjectTox-Core.git core
- cd core
- mkdir build
- cd build
- cmake ..
- make -j2
- cd ../..