From 895a88ad2b24850c5ab626f15766bf0189852baf Mon Sep 17 00:00:00 2001 From: Sheikh Araf Date: Thu, 26 May 2016 15:26:52 +0530 Subject: [PATCH] Fix travis-ci --- .travis.yml | 17 ++++++++++++++++- pom.xml | 33 ++------------------------------- 2 files changed, 18 insertions(+), 32 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9431fa..38a1a71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,18 @@ +sudo: required +dist: trusty + language: java -sudo: false +jdk: + - oraclejdk8 +python: + - "3.4" + +cache: + pip: true + +before_install: + - sudo apt-get -y install python3-pip python-dev + - sudo pip3 install -U pip setuptools virtualenvwrapper + - sudo pip3 install -U coala-bears + script: mvn clean verify diff --git a/pom.xml b/pom.xml index 10ac467..6efb9e3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,9 +16,9 @@ - eclipse + Mars p2 - http://download.eclipse.org/releases/mars + http://download.eclipse.org/releases/mars/ @@ -34,10 +34,6 @@ org.eclipse.tycho tycho-compiler-plugin ${tycho-version} - - 1.6 - 1.6 - org.eclipse.tycho @@ -52,31 +48,6 @@ gtk x86_64 - - linux - gtk - x86 - - - macosx - cocoa - x86 - - - macosx - cocoa - x86_64 - - - win32 - win32 - x86 - - - win32 - win32 - x86_64 -