0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
penpot/.travis.yml

20 lines
270 B
YAML
Raw Normal View History

language: clojure
sudo: false
2016-06-22 13:20:17 -05:00
lein: lein
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
2016-06-22 13:20:17 -05:00
notifications:
email:
recipients:
- niwi@niwi.nz
on_success: change
on_failure: change