Update .travis.yml

This commit is contained in:
driz
2020-10-14 14:50:11 -04:00
committed by Eric Nemchik
parent 584d85904c
commit e73a8aaa0d
+3 -3
View File
@@ -4,7 +4,7 @@ language: shell
branches:
only:
- <baseimagename>-<modname> #replace variables, omit brackets
- universal-tshoot #set this to your main git branch
services:
- docker
@@ -12,8 +12,8 @@ services:
env:
global:
- DOCKERHUB="linuxserver/mods" #don't modify
- BASEIMAGE="baseimagename" #replace
- MODNAME="modname" #replace
- BASEIMAGE="universal" #replace
- MODNAME="tshoot" #replace
jobs:
include: