Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Added travis config and fixed idea ignore (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertassu authored and PyvesB committed Jul 9, 2018
1 parent d01f812 commit 3da0af4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -70,7 +70,7 @@ local.properties
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm

AdvancedAchievements.iml
*.iml
.idea/

### NetBeans ###
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
language: java
script:
- mvn test -B
- mvn validate formatter:validate
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,8 @@
</p>

# Advanced Achievements

[![Build Status](https://travis-ci.com/PyvesB/AdvancedAchievements.svg?branch=master)](https://travis-ci.com/PyvesB/AdvancedAchievements)
<a href="https://github.com/PyvesB/AdvancedAchievements/blob/master/LICENSE">
<img src ="https://img.shields.io/github/license/PyvesB/AdvancedAchievements.svg" />
</a>
Expand Down

0 comments on commit 3da0af4

Please sign in to comment.