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

26 lines
487 B
YAML
Raw Normal View History

sudo: required
services:
-docker
dist: trusty
2016-02-15 11:34:37 +01:00
language: scala
scala:
- 2.11.11
env:
- export LD_LIBRARY_PATH=/usr/local/lib
before_install:
- wget http://mirror.ibcp.fr/pub/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.zip
- unzip -qq apache-maven-3.5.4-bin.zip
- export M2_HOME=$PWD/apache-maven-3.5.4
- export PATH=$M2_HOME/bin:$PATH
script:
2017-01-17 19:08:42 +01:00
- mvn install
cache:
directories:
- .autoconf
- $HOME/.m2
2016-02-15 11:34:37 +01:00
jdk:
- openjdk11
2016-02-15 14:44:22 +01:00
notifications:
email:
- ops@acinq.fr