0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00
penpot/.travis.yml

30 lines
320 B
YAML
Raw Normal View History

2018-10-23 23:31:03 +02:00
dist: trusty
sudo: required
services: docker
language: bash
branches:
only:
- master
- wip
- develop
2018-10-23 23:31:03 +02:00
before_script:
- env | sort
script:
- ./manage.sh run
- ./manage.sh release
2018-10-23 23:31:03 +02:00
after_script:
- docker images
- docker ps
notifications:
email: false
env: # Environments
- VERSION=beta