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:
parent
94aee02fb9
commit
25b47e5b92
2 changed files with 0 additions and 19 deletions
19
.travis.yml
19
.travis.yml
|
@ -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
|
Loading…
Reference in a new issue