Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Build: Refactor travis-ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
lognoz committed Dec 11, 2018
1 parent 80b5f08 commit 0ed6768
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
sudo: required

services:
- docker

branches:
only: master

before_install:
- docker build --build-arg USER_ID="$(id -u)" -t "archlinux-repository" .

script:
- docker run -e REPO_NAME="build" -v "$PWD":/home/builder/repository "archlinux-repository"
- cd build-repository && ls -l

env:
global:
- IS_TRAVIS_BUILD=true

0 comments on commit 0ed6768

Please sign in to comment.