Merge pull request #1301 from Gottox/travis-build

Travis build fixes
This commit is contained in:
Enno Boland 2015-04-10 15:52:18 +02:00
commit 1a04fd5753
7 changed files with 7 additions and 9 deletions

View file

@ -17,9 +17,6 @@ env:
cache:
directories:
- $HOME/hostdir/repocache
before_cache:
- mv hostdir/repocache/* $HOME/repocache
before_script:
- common/travis/prepare.sh
- common/travis/fetch_upstream.sh

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
#
# bootstrap.sh

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
#
# build.sh
@ -11,3 +11,4 @@ for pkg in $(cat /tmp/templates); do
[ $? -eq 1 ] && exit 1
done
exit 0

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
#
# changed_templates.sh

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
#
# changed_templates.sh

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
#
# show_files.sh

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
#
# xlint.sh