Skip to content

Commit

Permalink
added gitignore and travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
rayyildiz committed Aug 21, 2015
1 parent 496ecb2 commit 3dd0d14
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ass
*.log

.idea/
.idea_modules/
*.iml

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/

# Scala-IDE specific
.scala_dependencies
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nguage: scala
scala:
- 2.10.4
- 2.11.6
- 2.11.7
script:
- "sbt ++$TRAVIS_SCALA_VERSION compile test"

0 comments on commit 3dd0d14

Please sign in to comment.