1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 10:39:19 +01:00
eclair/.travis.yml
Pierre-Marie Padiou db96c17fd2
Improve integration tests (#710)
* added more logs and improved integration test

* make travis cache maven data
2018-09-18 17:03:49 +02:00

21 lines
259 B
YAML

sudo: required
services:
-docker
dist: trusty
language: scala
scala:
- 2.11.11
env:
- export LD_LIBRARY_PATH=/usr/local/lib
script:
- mvn install
cache:
directories:
- .autoconf
- $HOME/.m2
jdk:
- oraclejdk8
notifications:
email:
- ops@acinq.fr