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
|
dist: trusty
|
||||||
language: bash
|
language: node_js
|
||||||
|
|
||||||
# Use isolated build instance
|
# Use isolated build instance
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter"
|
||||||
- sudo apt-get install lxc
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/YunoHost/package_check
|
- /tmp/package_linter/package_linter.py ./
|
||||||
- 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