0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/.travis.yml
2016-02-02 21:47:32 +02:00

14 lines
136 B
YAML

language: clojure
lein: lein
sudo: false
script:
- ./scripts/build
- node out/tests.js
jdk:
- oraclejdk8
node_js:
- "5.4.1"