1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Travis: Say yes to apt-get as well...

This commit is contained in:
Dinesh Bolkensteyn 2016-07-12 19:59:45 +02:00
parent d764d136fa
commit e685261f5b

View File

@ -7,8 +7,8 @@ compiler:
- clang
install:
- sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get update --yes
- sudo apt-get upgrade --yes
- make install_deps
- source setup.bash
script: