mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-24 22:39:02 -06:00
Switch to github actions
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -33,16 +33,6 @@ jobs:
|
||||
- ng build --prod
|
||||
after_success: true
|
||||
|
||||
- name: "Ansible role"
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
install:
|
||||
- python3 -m pip install molecule[ansible,docker]
|
||||
script:
|
||||
- cd ansible/
|
||||
- molecule test
|
||||
after_success: true
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
||||
Reference in New Issue
Block a user