mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 19:09:31 +00:00
Add .travis.yml.
This commit is contained in:
parent
e96b9d994f
commit
ed25642cba
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
sudo: required
|
||||||
|
language: generic
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: "Build and Test"
|
||||||
|
before_script:
|
||||||
|
- curl -fsSL https://goss.rocks/install | sudo sh
|
||||||
|
script:
|
||||||
|
- ./build-n-test.sh
|
||||||
Loading…
Add table
Add a link
Reference in a new issue