aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e09f026b8c156e45d86f8f9d7ddfaa91bd4beafc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: java
jdk:
  - openjdk7
  - oraclejdk7
  - oraclejdk8

script: "mvn clean install -Pit-js -Pci-build"

cache:
    directories:
    - $HOME/.m2
branches:
    except:
        - gh-pages
notifications:
    email:
        - olamy@apache.org