0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

💚 Fix language and npm install

This commit is contained in:
mathieu.brunot 2019-02-15 13:55:08 +01:00
parent e96ff679ec
commit 0a78505f22
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -3,7 +3,13 @@ sudo: required
services: docker
language: node
language: java
jdk:
- oraclejdk8
env:
- NODE_VERSION=10.15.1
branches:
only:
@ -13,7 +19,10 @@ branches:
before_script:
- env | sort
- apt-get install openjdk-8-jdk imagemagick
- nvm install $NODE_VERSION
- npm install
- nvm use $NODE_VERSION
- npm test
script:
- ./manage.sh build