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

Remove .travis.yml

parent 83d96886
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-url'
- docker run --rm -v $(pwd):${mntdir} ubuntu:14.04 /bin/bash -c "${mntdir}/scripts/package ubuntu_deb"
- docker run --rm -v $(pwd):${mntdir} fedora:20 /bin/bash -c "${mntdir}/scripts/package fedora_rpm"
- docker run --rm -v $(pwd):${mntdir} opensuse:42.1 /bin/bash -c "${mntdir}/scripts/package opensuse_rpm"
- docker run --rm -v $(pwd):${mntdir} base/archlinux:latest /bin/bash -c "${mntdir}/scripts/package archlinux_pkg"
- 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