0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/.travis.yml

15 lines
132 B
YAML
Raw Normal View History

2016-02-02 21:45:51 +02:00
language: clojure
lein: lein
sudo: false
script:
./scripts/build
node out/tests.js
jdk:
- oraclejdk8
node_js:
- "5.4.1"