Skip to content

Commit

Permalink
travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
xicubed committed Dec 13, 2013
1 parent 12c2b5a commit ca209ee
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: clojure
lein: lein
jdk:
- oraclejdk7
3 changes: 2 additions & 1 deletion ariane.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<option name="OPEN_IN_BROWSER" value="false" />
<option name="OUTPUT_DIRECTORY" />
</component>
<component name="IdProvider" IDEtalkID="378177B586953F906B5AEC96E89A45AC" />
<component name="ImportConfiguration">
<option name="VENDOR" />
<option name="RELEASE_TAG" />
Expand Down Expand Up @@ -199,7 +200,7 @@
<module fileurl="file://$PROJECT_DIR$/ariane.iml" filepath="$PROJECT_DIR$/ariane.iml" />
</modules>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.7 (1)" project-jdk-type="JavaSDK" />
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
Expand Down
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
[clj-http "0.7.6"]
[clj-time "0.6.0"]
[overtone/at-at "1.2.0"]
[clojurewerkz/quartzite "1.1.0"]]
[clojurewerkz/quartzite "1.1.0"]
[kerodon "0.2.0"]]
:main ariane.sched)
11 changes: 11 additions & 0 deletions src/ariane/browser.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(ns ariane.browser

(:require [ariane.core :as ac]
[kerodon.core]
[kerodon.test]
[clojure.test]))





0 comments on commit ca209ee

Please sign in to comment.