0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/.travis.yml

17 lines
186 B
YAML
Raw Normal View History

language: clojure
lein: lein
sudo: false
script:
2016-04-16 03:11:43 -05:00
- ./scripts/build-tests
- nvm install v5.10.1
- node --version
- node out/tests.js
jdk:
- oraclejdk8
node_js:
2016-04-16 03:11:43 -05:00
- "5.10.1"