Skip to content
Snippets Groups Projects
Commit 47db094c authored by akiraohgaki's avatar akiraohgaki
Browse files

Add .travis.yml

parent baec54d6
Branches
Tags
No related merge requests found
dist: trusty
sudo: required
services:
- docker
branches:
only:
- master
script:
- mntdir='/mnt/ocs-manager'
#- docker run --rm -v $(pwd):${mntdir} ubuntu:16.04 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh snap"
#- docker run --rm -v $(pwd):${mntdir} ubuntu:16.04 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh flatpak"
- docker run --rm -v $(pwd):${mntdir} ubuntu:16.04 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh appimage"
- cat transfer.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment