Created
April 16, 2020 02:37
-
-
Save pedrotoliveira/ec7dae44f11a700a2b1d00f7c146ed49 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: java | |
sudo: required | |
dist: trusty | |
before_install: | |
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy main' > /etc/apt/sources.list.d/mono-xamarin.list" | |
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main' >> /etc/apt/sources.list.d/mono-xamarin.list" | |
- sudo apt-get -qq update | |
- sudo apt-get install --force-yes mono-devel | |
jdk: | |
- openjdk8 | |
- openjdk11 | |
script: | |
- mvn clean verify -Dmaven.javadoc.skip=true | |
notifications: | |
email: | |
recipients: | |
- [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment