aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e8ce223cb52c77e49a8566cece572451bac41efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: java
jdk:
  - 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