Skip to content

Commit

Permalink
Try repair travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Nov 14, 2015
1 parent 6840b29 commit 49fa79f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: java
jdk: oraclejdk7
jdk: oraclejdk8

before_install:
- sudo apt-get update -y
- sudo apt-get install -y python-software-properties build-essential
- sudo apt-get install -y libgd2-xpm ia32-libs ia32-libs-multiarch

- sudo pip install codecov

env:
global:
- APP_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec)
Expand All @@ -19,7 +20,7 @@ notifications:
on_start: false # default: false

after_success:
- bash <(curl -s https://codecov.io/bash)
- codecov

deploy:
provider: releases
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49fa79f

Please sign in to comment.