Add .travis.yml file.

This commit is contained in:
Andrey Antukh
2016-02-02 21:45:51 +02:00
parent bae3d7d9ef
commit cb3b5d45f6
2 changed files with 18 additions and 5 deletions

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: clojure
lein: lein
sudo: false
script:
./scripts/build
node out/tests.js
jdk:
- oraclejdk8
node_js:
- "5.4.1"