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

before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"

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

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