Skip to content

Commit 58e3ec3

Browse files
committed
Merge pull request #11 from scr/travis
Added .idea to .gitignore, and added Travis integration file.
2 parents c619dd9 + 178f15f commit 58e3ec3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.iml
22
project/
33
target/
4+
.idea

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>protobuf-java-format</name>
1111
<version>1.4-SNAPSHOT</version>
1212
<description>Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.</description>
13-
<url>http://code.google.com/p/protobuf-java-format/</url>
13+
<url>https://github.com/bivas/protobuf-java-format</url>
1414
<packaging>jar</packaging>
1515
<scm>
1616
<connection>scm:svn:https://protobuf-java-format.googlecode.com/svn/trunk/</connection>

0 commit comments

Comments
 (0)