Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
ocs-url
Commits
3805613b
Commit
3805613b
authored
Sep 04, 2018
by
akiraohgaki
Browse files
Remove .travis.yml
parent
83d96886
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
deleted
100644 → 0
View file @
83d96886
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment