Cache apt for travis
This commit is contained in:
parent
8a331e30c6
commit
5ea59908a8
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ script: mkdir build && cd build && cmake .. && make
|
|||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
|
||||
cache: apt
|
||||
|
|
Loading…
Reference in a new issue