Add files via upload
This commit is contained in:
parent
3124838c75
commit
ede1644164
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
sudo: required
|
||||
language: generic
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- wget -O- https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh | sh -
|
||||
|
||||
branches:
|
||||
except:
|
||||
- /^debian\/\d/
|
Loading…
Reference in a new issue