mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update .travis.yml
This commit is contained in:
parent
53446385ae
commit
793fc4cdff
1 changed files with 4 additions and 7 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,15 +1,12 @@
|
|||
---
|
||||
----
|
||||
dist: trusty
|
||||
language: bash
|
||||
language: node_js
|
||||
|
||||
# Use isolated build instance
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install lxc
|
||||
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter"
|
||||
|
||||
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
|
||||
- /tmp/package_linter/package_linter.py ./
|
||||
|
|
Loading…
Add table
Reference in a new issue