Removed useless line from travis.

This commit is contained in:
irungentoo 2013-08-31 12:03:19 -04:00
parent 5b627fe4d8
commit d03ddda7c1

View File

@ -21,8 +21,6 @@ before_script:
- cd .. - cd ..
# creating librarys' links and updating cache # creating librarys' links and updating cache
- sudo ldconfig - sudo ldconfig
# installing sphinx, needed for documentation
- sudo apt-get install python-sphinx
# installing check, needed for unit tests # installing check, needed for unit tests
- sudo apt-get install check - sudo apt-get install check