0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Move nvmrc file into frontend subdirectory.

This commit is contained in:
Andrey Antukh 2016-11-20 20:10:17 +01:00
parent 94aee02fb9
commit 25b47e5b92
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 0 additions and 19 deletions

View file

@ -1,19 +0,0 @@
language: clojure
sudo: false
lein: lein
script:
- ./scripts/build-tests
- nvm install v5.10.1
- node --version
- node out/tests.js
jdk:
- oraclejdk8
notifications:
email:
recipients:
- niwi@niwi.nz
on_success: change
on_failure: change