Fixed .travis.yml install option.

This commit is contained in:
Alexander 2020-08-09 20:25:19 +03:00
parent c0665aa477
commit 9003954b20
1 changed files with 2 additions and 2 deletions

View File

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