Remove keyconv files to fix the license issue.
[aaf/sshsm.git] / SoftHSMv2 / .travis.yml
1 language: cpp
2 compiler:
3   - gcc
4   - clang
5 before_install:
6   - sudo apt-get update -qq
7   - sudo apt-get install build-essential autoconf automake libtool libcppunit-dev libsqlite3-dev sqlite3 libbotan1.10-dev libssl-dev p11-kit
8 script: sh testing/travis/travis.sh
9 env:
10   - CRYPTO=openssl OBJSTORE=file
11   - CRYPTO=openssl OBJSTORE=sqlite
12   - CRYPTO=botan   OBJSTORE=file
13   - CRYPTO=botan   OBJSTORE=sqlite