summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <chris@nullday.de>2019-10-11 00:09:46 +0200
committerChristian Rebischke <chris@nullday.de>2019-10-11 00:16:25 +0200
commitb6fa98082890c7ecf1f3532b84d85a4d6879d5e6 (patch)
treee048b3d34571678dc43348448a32096be7fded23
parent2b384ffe97fa105ed4949d32471701c3345c39f0 (diff)
enable github actions support for PRs
Furthermore we disable travis support and link the right badge in the README. This is supposed to fix #55 Signed-off-by: Christian Rebischke <chris@nullday.de>
-rw-r--r--.github/workflows/main.yml8
-rw-r--r--.travis.yml12
-rw-r--r--README.md2
3 files changed, 5 insertions, 17 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2242593..c4a8f44 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,12 +1,12 @@
-name: CI
+name: Github-Actions
-on: [push]
+on: [push, pull_request]
jobs:
- build:
+ vagrant-validation:
runs-on: ubuntu-latest
-
+
steps:
- uses: actions/checkout@v1
- name: install packer
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 66a4572..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-language: generic
-dist: trusty
-sudo: false
-
-install:
-- ./generic-ci.sh install
-
-script:
-- ./generic-ci.sh verify
-
-notifications:
-- email: false
diff --git a/README.md b/README.md
index 093b285..4843f84 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# arch-boxes
-[![Build Status](https://travis-ci.org/archlinux/arch-boxes.svg?branch=master)](https://travis-ci.org/archlinux/arch-boxes)
+[![Actions Status](https://github.com/archlinux/arch-boxes/workflows/CI/badge.svg)](https://github.com/archlinux/arch-boxes/actions)
Arch-boxes provides automated builds of the Arch Linux releases for
different providers and post-processors. Check the providers or post-processor sections if you want to know