mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
💚 Add missing dependencies
This commit is contained in:
parent
14168728cc
commit
e96ff679ec
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
dist: trusty
|
||||
dist: xenial
|
||||
sudo: required
|
||||
|
||||
services: docker
|
||||
|
||||
language: bash
|
||||
language: node
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -13,6 +13,7 @@ branches:
|
|||
|
||||
before_script:
|
||||
- env | sort
|
||||
- apt-get install openjdk-8-jdk imagemagick
|
||||
|
||||
script:
|
||||
- ./manage.sh build
|
||||
|
|
Loading…
Add table
Reference in a new issue