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

14 lines
346 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 13:46:16 +01:00
env:
- PATH=$PATH:.
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