0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00
penpot/.travis.yml
2018-11-25 10:22:02 +01:00

28 lines
295 B
YAML

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