https://github.com/Netflix/atlas
Raw File
Tip revision: 91b2f2c1f91346ce16eefef13130b06bf183bdab authored by OpsEng Jenkins Builds User on 13 February 2015, 21:18:30 UTC
Setting version to 1.4.2
Tip revision: 91b2f2c
.travis.yml
language: scala
jdk:
  - oraclejdk8
scala:
  - 2.11.4
script:
  - "make get-ivy-cache build"
sudo: false
back to top