1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 14:07:46 +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
- git checkout tags/0.4.2
- ./autogen.sh
- ./configure && make check -j2
- sudo make install &
- ./configure && make -j3
- sudo make install
- cd ..
# creating librarys' links and updating cache
- sudo ldconfig