Skip to content

Commit

Permalink
Add .travis.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Sep 24, 2015
1 parent 8bc4c4b commit 74e140f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: clojure
lein: lein2

script:
- ./scripts/build
- node out/tests.js

jdk:
- oraclejdk8

0 comments on commit 74e140f

Please sign in to comment.