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

Remove .travis.yml

parent a73b30ec
No related branches found
No related tags found
No related merge requests found
dist: trusty
sudo: required
services:
- docker
branches:
only:
- master
- /^release\-.+/
script:
- mntdir='/mnt/ocs-manager'
- docker run --rm -v $(pwd):${mntdir} ubuntu:14.04 /bin/bash -c "${mntdir}/scripts/package appimage"
- cat transfer.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment