0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/.travis.yml
2018-11-25 14:06:04 +01:00

29 lines
322 B
YAML

dist: trusty
sudo: required
services: docker
language: bash
branches:
only:
- master
- wip
- develop
before_script:
- env | sort
script:
- ./manage.sh build
- ./manage.sh release
after_script:
- docker images
- docker ps
notifications:
email: false
env: # Environments
- VERSION=beta