diff --git a/.travis.yml b/.travis.yml index eeb5972..eea7a69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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