1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
eclair/.travis.yml

12 lines
325 B
YAML
Raw Normal View History

2016-02-15 11:34:37 +01:00
language: scala
2016-02-15 14:08:05 +01:00
before_install:
2016-02-15 14:22:10 +01:00
- wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2
2016-02-15 14:26:40 +01:00
- tar -xjvf protobuf-2.6.1.tar.bz2
- cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install && cd ..
2016-02-15 11:34:37 +01:00
scala:
2016-02-15 11:57:19 +01:00
- 2.11.7
2016-02-15 11:34:37 +01:00
jdk:
2016-02-15 14:44:22 +01:00
- oraclejdk8
notifications:
email:
- ops@acinq.fr