Skip to content

Commit

Permalink
Merge pull request #11 from pvorb/feature/travis-ci
Browse files Browse the repository at this point in the history
Re-integrate Travis CI
  • Loading branch information
pvorb authored Jul 4, 2016
2 parents d69e95c + 8926f68 commit 7851d4b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .gitlab-ci.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: java

jdk:
- oraclejdk8

after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platon
# platon [![Build Status](https://travis-ci.org/pvorb/platon.svg?branch=master)](https://travis-ci.org/pvorb/platon)

A comment server similar to disqus and isso

Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<!-- Dependency versions -->
<guava.version>18.0</guava.version>
<commons-lang.version>3.4</commons-lang.version>
<commons-codec.version>1.10</commons-codec.version>
<jackson-jsr310.version>2.6.1</jackson-jsr310.version>
<owasp-java-html.version>1.1</owasp-java-html.version>
<encoder.version>1.2</encoder.version>
Expand Down Expand Up @@ -110,6 +111,11 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit 7851d4b

Please sign in to comment.