Skip to content

Commit

Permalink
Fix travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arafsheikh committed May 26, 2016
1 parent 9af350a commit 895a88a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
17 changes: 16 additions & 1 deletion .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
33 changes: 2 additions & 31 deletions pom.xml
Expand Up @@ -16,9 +16,9 @@

<repositories>
<repository>
<id>eclipse</id>
<id>Mars</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/mars</url>
<url>http://download.eclipse.org/releases/mars/</url>
</repository>
</repositories>

Expand All @@ -34,10 +34,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand All @@ -52,31 +48,6 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
Expand Down

0 comments on commit 895a88a

Please sign in to comment.