2015-08-16 15:35:17 +00:00
|
|
|
|
|
|
|
language: bash
|
|
|
|
sudo: true
|
2015-08-16 15:41:48 +00:00
|
|
|
install:
|
2015-08-16 15:35:17 +00:00
|
|
|
- sudo apt-get update -qq
|
|
|
|
- git clone -b v2015.1.2 https://github.com/Freifunk-Troisdorf/gluon /home/travis/build/Freifunk-Troisdorf/gluon
|
|
|
|
- git clone -b v2015.1 https://github.com/Freifunk-Troisdorf/site /home/travis/build/Freifunk-Troisdorf/gluon/site
|
2015-08-16 15:41:48 +00:00
|
|
|
script:
|
|
|
|
- wget https://raw.githubusercontent.com/Freifunk-Troisdorf/build-fw/master/site_check.sh && chmod +x site_check.sh
|
|
|
|
- site_check.sh
|