Skip to content

Commit

Permalink
Merge pull request #1 from maxymshg/fix-issue-28
Browse files Browse the repository at this point in the history
Remove oraclejdk7 from .travis.yml
  • Loading branch information
maxymshg authored Oct 11, 2017
2 parents f6f5d76 + 512939a commit 623c25d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: java
sudo: false
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
after_script:
- "./gradlew build"
Expand All @@ -22,4 +21,4 @@ notifications:
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
<a href="https://github.com/sendgrid/%{repository}/commits/%{commit}">View on GitHub</a>'
format: html
notify: true
notify: true

0 comments on commit 623c25d

Please sign in to comment.