Helps you build your elementary os apps on travis,just like on elementary appcenter.
Forked from travis.debian.net to fit elementary os needs.
-
Add travis integration to your github repository.
-
Create .travis.yml file with the following content 👇.
sudo: required language: generic services: - docker script: - wget -O- https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh | sh - branches: except: - /^debian\/\d/
-
Push code to your Repository to build your app on travis.