0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

Merge pull request #1 from madmath03/travis

👷 Create travis.yml and fix #94
This commit is contained in:
Mathieu Brunot 2018-11-03 00:03:14 +01:00 committed by GitHub
commit fa79de4a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

31
.travis.yml Normal file
View file

@ -0,0 +1,31 @@
dist: trusty
sudo: required
services: docker
language: bash
branches:
only:
- master
before_script:
- env | sort
- name="uxbox"
- image="madmath03/uxbox:${VERSION}"
- dir="docker/"
script:
- travis_retry docker build -t "$image" "$dir"
after_script:
- docker images
- docker run --name "$name" -d "$image" "$dir"
- docker ps
- docker logs "$name"
notifications:
email: false
env: # Environments
- VERSION=beta

View file

@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/uxbox/uxbox.svg)](https://travis-ci.org/uxbox/uxbox)
# UXBOX #
![UXBOX](https://piweek.com/images/projects/uxbox.jpg)