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

20 lines
270 B
YAML
Raw Normal View History

language: clojure
sudo: false
2016-06-22 21:20:17 +03:00
lein: lein
script:
2016-04-16 11:11:43 +03:00
- ./scripts/build-tests
- nvm install v5.10.1
- node --version
- node out/tests.js
jdk:
- oraclejdk8
2016-06-22 21:20:17 +03:00
notifications:
email:
recipients:
- niwi@niwi.nz
on_success: change
on_failure: change