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

We can assume cosmic rays have not hurt travis and not check

This commit is contained in:
Sean 2013-10-31 04:15:16 -07:00
parent 9017e52d3b
commit 781386b87f

View File

@ -9,8 +9,8 @@ before_script:
- cd libsodium - cd libsodium
- git checkout tags/0.4.2 - git checkout tags/0.4.2
- ./autogen.sh - ./autogen.sh
- ./configure && make check -j2 - ./configure && make -j3
- sudo make install & - sudo make install
- cd .. - cd ..
# creating librarys' links and updating cache # creating librarys' links and updating cache
- sudo ldconfig - sudo ldconfig