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 13:34:33 +01:00

29 lines
307 B
YAML

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