Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Jun 11, 2016
1 parent b32899b commit 0a1f620
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# defaults
[*]
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4

# Clojure dialect settings
[*.{clj,cljc,cljs}]
indent_style = space
indent_size = 2
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: java
sudo: false
install: ""
script: ./gradlew build
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.gradle/caches
- $HOME/.gradle/wrapper
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ allprojects {
}
}
}
}
}
4 changes: 2 additions & 2 deletions setttings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'jupiter-engine-clojure.test'
import 'jupiter-plugin-gradle'
include 'jupiter-engine-clojure.test'
include 'jupiter-plugin-gradle'

0 comments on commit 0a1f620

Please sign in to comment.