mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 09:50:40 +01:00
4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
set -e
|
|
TRAVIS_ROOT=`pwd`
|
|
docker run -v "$TRAVIS_ROOT":/home/travis rsyslog/rsyslog_dev_full:alpine_latest bash -c "cd /home/travis; ./tests/travis/run-alpine.sh"
|