From 9827e37626c0a35bd08a3827f9b7d41365382f24 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 13 Sep 2012 09:50:58 +0200 Subject: [PATCH] travis-ci integration for yubikey-personalization --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3a13bd1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +compiler: + - gcc + - clang +script: autoreconf -i && ./configure && make check -- 2.39.5