Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
27 lines (27 loc) · 962 Bytes

File metadata and controls

27 lines (27 loc) · 962 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
cache:
directories:
- $HOME/.m2
matrix:
include:
- os: linux
sudo: required
dist: trusty
language: java
jdk: oraclejdk8
- os: osx
language: java
osx_image: xcode8.2
notifications:
email:
- ben.alex@acegi.com.au
- stoffe@gmail.com
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home); fi
install:
- mvn -B -Pdeploy --settings .travis-settings.xml -V dependency:go-offline
script:
- mvn -B -Pdeploy --settings .travis-settings.xml -Dgpg.skip=true verify
after_success:
- bash <(curl -s https://codecov.io/bash)
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then echo $GPG_KEY | base64 --decode | gpg --batch --fast-import -; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then mvn -B -Pdeploy --settings .travis-settings.xml deploy; fi
Morty Proxy This is a proxified and sanitized view of the page, visit original site.