Skip to content

Commit

Permalink
gitignore and traves cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowLordAlpha committed Jan 19, 2017
1 parent 7094b8c commit 0e1d9c9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
/bin/
# Ignore Gradle Files

build/
.gradle/
bin/

# Ignore Eclipse Files

.settings/
.classpath
.project
Binary file modified .gradle/2.14.1/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/2.14.1/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/2.14.1/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin
Binary file not shown.
Binary file modified .gradle/2.14.1/taskArtifacts/taskArtifacts.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: java

jdk:
- oraclejdk8

before_script:
- chmod a+x gradlew

sccript: ./gradlew build

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit 0e1d9c9

Please sign in to comment.