Skip to content

Commit

Permalink
Add travis CI (#16)
Browse files Browse the repository at this point in the history
* add travis CI

* switch to trusty dist where openjdk8 is available

* skip gpg signing

* remove jdk7

* add oracle java9 installer

* remove jdk9
  • Loading branch information
haotianw465 authored May 7, 2018
1 parent 5b637d6 commit ce2c688
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: java

addons:
apt:
packages:
- oracle-java8-installer

jdk:
- openjdk8
- oraclejdk8

install:
- mvn install -DskipTests -Dgpg.skip -Dmaven.javadoc.skip -B -V

sudo: false
dist: trusty
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/aws/aws-xray-sdk-java.svg?branch=master)](https://travis-ci.org/aws/aws-xray-sdk-java)

# AWS X-Ray SDK for Java

![Screenshot of the AWS X-Ray console](/images/example_servicemap.png?raw=true)
Expand Down

0 comments on commit ce2c688

Please sign in to comment.