mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:49:26 +00:00
Add .travis.yml.
This commit is contained in:
parent
1b0a49e606
commit
1d58a201d8
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