summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1144d01e5c6e464d45580d9df05dc4f593cbc9c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
sudo: required

services:
   - docker

env:
  - PLATFORM_LANGUAGE=cpp
  - PLATFORM_LANGUAGE=java

cache:
  timeout: 900
  directories:
  - $HOME/.m2
  - $HOME/.ccache

branches:
  only:
  - master

before_cache:
  - sudo rm -rf $HOME/.m2/repository/com/yahoo
  - du --summarize --human-readable $HOME/.m2/repository
  - du --summarize --human-readable $HOME/.ccache

install: true

language: minimal

script: travis_wait 120 ./travis/travis.sh $PLATFORM_LANGUAGE