Skip to content

Commit 0517081

Browse files
committed
Run apt-get update
1 parent 5e1bc09 commit 0517081

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ language: cpp
33
compiler:
44
- clang
55
- gcc
6-
addons:
7-
apt:
8-
sources:
9-
- ubuntu-toolchain-r-test
10-
package:
11-
- cmake
12-
- protobuf
6+
before_install:
7+
- sudo apt-get -qq update
8+
- sudo apt-get install -y cmake protobuf
139
script:
1410
- mkdir build
1511
- cd build

0 commit comments

Comments
 (0)