Skip to content

Commit

Permalink
Adding Travis CI file; ignoring idea files
Browse files Browse the repository at this point in the history
  • Loading branch information
dhixsingh committed Jan 9, 2018
1 parent 27525b1 commit fc29a72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ bin/
build/
.settings/
.gradle

# IntelliJ ignores
.idea/
**/*.iml

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

sudo: false
addons:
apt:
packages:
- oracle-java8-installer

0 comments on commit fc29a72

Please sign in to comment.