kopia lustrzana https://github.com/jprochazka/adsb-receiver
Small update to travis buildfile
rodzic
db1a389dc6
commit
ea4fccf86a
|
|
@ -1,3 +1,5 @@
|
|||
language: bash
|
||||
sudo: required
|
||||
script: CONFIG="example.config" && BRANCH_NUMBER=`echo -n "${TRAVIS_BRANCH}" | sed -e 's/\.//g'` && if [ "${BRANCH_NUMBER}" -ge "260" ] ; then ./install.sh -a -b "${TRAVIS_BRANCH}" -c "${CONFIG}" ; else echo "Automated build testing only supported in version 2.6.0 or above, but returning true for consistency" && true ; fi
|
||||
language: bash
|
||||
sudo: required
|
||||
before_install: sudo apt-get -qq update
|
||||
install: true
|
||||
script: RANCH_NUMBER=`echo -n "${TRAVIS_BRANCH}" | sed -e 's/\.//g'` && if [ ${BRANCH_NUMBER} -ge "260" ] ; then ./install.sh -a -b ${TRAVIS_BRANCH} ; else echo "Automated build testing only supported in version 2.6.0 or above, but returning true for consistency" && true ; fi
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue