mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Create .travis.yml
This commit is contained in:
parent
4c86f7d64f
commit
b3f7dedee5
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
dist: jessie
|
||||
language: bash
|
||||
|
||||
# Use isolated build instance
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install lxc
|
||||
|
||||
script:
|
||||
- git clone https://github.com/YunoHost/package_check
|
||||
- package_check/sub_scripts/lxc_build.sh
|
||||
- package_check/package_check.sh https://github.com/YunoHost-Apps/abantecart_ynh
|
Loading…
Add table
Reference in a new issue