1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 18:10:42 +01:00

installing protoc in travis yml

This commit is contained in:
pm47 2016-02-15 11:42:28 +01:00
parent 799912992a
commit 50a8ae818e

View File

@ -1,6 +1,14 @@
language: scala
script: mvn test
addons:
apt:
packages:
- protobuf-compiler
script:
- export PATH=$PATH:.
scala:
- 2.11.7
jdk:
- oraclejdk8
- oraclejdk8
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y protoc