• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1language: java
2arch:
3   - ppc64le
4   - amd64
5before_install:
6  - if [ $TRAVIS_CPU_ARCH = ppc64le ]; then
7          sudo apt-get install maven ;
8    fi
9
10cache:
11  directories:
12  - $HOME/.m2
13