Fixed "'"

This commit is contained in:
Sean 2013-11-20 13:36:13 -08:00
parent 96fd7ef327
commit c34e68eacb

View File

@ -49,7 +49,7 @@ before_script:
- make -j3 >/dev/null
- sudo make install > /dev/null
- cd ..
- echo creating librarys' links and updating cache
- echo creating libraries links and updating cache
- sudo ldconfig > /dev/null
- echo installing check #needed for unit tests
- sudo apt-get install check > /dev/null