Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Setup travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aegypius committed Apr 28, 2017
1 parent f8a9229 commit e7cfd2a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ _site
_builds
_projects
_steps
.wercker
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: required

services:
- docker

before_install:
- docker pull aegypius/repoman

script:
- docker run aegypius/repoman --version
- docker run -v $(pwd):/overlay aegypius/repoman full --include-dev --pretend --verbose
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Add this overlay this:
layman -o https://aegypius.github.io/overlay/repositories.xml -f -a aegypius

---
[![wercker status](https://app.wercker.com/status/bd52c911760a9b3b9d77f6cd7ad6995b/s/master "wercker status")](https://app.wercker.com/project/bykey/bd52c911760a9b3b9d77f6cd7ad6995b)
[![Build Status](https://travis-ci.org/aegypius/overlay.svg?branch=master)](https://travis-ci.org/aegypius/overlay)
6 changes: 0 additions & 6 deletions wercker.yml

This file was deleted.

0 comments on commit e7cfd2a

Please sign in to comment.