Skip to content

Commit

Permalink
Use att-ksh93v-testing tag for running kshdb tests
Browse files Browse the repository at this point in the history
Also, add findutils as depenedency for kshdb tests.
  • Loading branch information
siteshwar committed Jun 27, 2018
1 parent cbf55e7 commit c97d5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-compat-travis.yml
Expand Up @@ -9,7 +9,7 @@ matrix:
- env: - env:
- PROJECT_NAME=kshdb - PROJECT_NAME=kshdb
GIT_URL="https://github.com/rocky/kshdb.git" GIT_URL="https://github.com/rocky/kshdb.git"
COMMANDS="ksh ./autogen.sh; make test" COMMANDS="git checkout att-ksh93v-testing; ksh ./autogen.sh; make test"


script: script:
- docker pull fedora - docker pull fedora
Expand All @@ -18,7 +18,7 @@ script:
- docker run fedora bash -c " - docker run fedora bash -c "
dnf install -y 'dnf-command(copr)'; dnf install -y 'dnf-command(copr)';
dnf copr enable -y @ksh/latest; dnf copr enable -y @ksh/latest;
dnf install -y ksh git autoconf automake make; dnf install -y ksh git autoconf automake make findutils;
git clone $GIT_URL; git clone $GIT_URL;
cd $PROJECT_NAME; cd $PROJECT_NAME;
$COMMANDS" $COMMANDS"

0 comments on commit c97d5dc

Please sign in to comment.