1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-29 07:15:34 +02:00

Added a missing cd

This commit is contained in:
Sean Qureshi 2013-08-23 19:56:10 -07:00
parent c78d8bc854
commit 08f21e0189

View File

@ -32,6 +32,7 @@ before_script:
- ./configure - ./configure
- make -j2 - make -j2
- sudo make install - sudo make install
- cd ..
script: script:
- autoreconf -i - autoreconf -i
- ./configure - ./configure