diff --git a/.travis.yml b/.travis.yml index 01eb9c7..50e4425 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ install: script: - bash ${TRAVIS_BUILD_DIR}/bootstrap.sh ${TARGET} - - bash ${TRAVIS_BUILD_DIR}/build.sh ${TARGET} ${PLUGINS} + - bash ${TRAVIS_BUILD_DIR}/build-plugins.sh ${TARGET} ${PLUGINS} #notifications: #email: true diff --git a/build.sh b/build-plugins.sh similarity index 97% rename from build.sh rename to build-plugins.sh index 89a6e7d..63710c8 100755 --- a/build.sh +++ b/build-plugins.sh @@ -10,7 +10,7 @@ PAWPAW_ROOT="${PWD}" target="${1}" if [ -z "${target}" ]; then - echo "usage: ${0} " + echo "usage: ${0} ..." exit 1 fi