Fixed .travis.yml install option.

This commit is contained in:
Alexander 2020-08-09 20:25:19 +03:00
parent c0665aa477
commit 9003954b20

View File

@ -2,5 +2,5 @@ language: c
compiler: compiler:
- clang - clang
- gcc - gcc
install: false install: skip
script: make -j4 script: make -j4