Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Ignore Java class files
*.class

# Mobile Tools for Java (J2ME)
Expand All @@ -15,7 +16,6 @@ hs_err_pid*
.gradle
/build/


# Ignore Gradle GUI config
gradle-app.setting

Expand All @@ -30,3 +30,6 @@ gradle-app.setting

# IntelliJ files
.idea

# Doxygen Build
./doc/build
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ language: java
jdk:
- oraclejdk8

branches:
except:
- gh-pages

notifications:
email: false

Expand Down
Loading