0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -05:00

Revert "Temporary remove .travis.yml"

This reverts commit b6a89ccfc8.
This commit is contained in:
Andrey Antukh 2016-04-16 11:03:08 +03:00
parent b95c573fc2
commit d496add1d6
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

15
.travis.yml Normal file
View file

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