Merge branch 1.x
diff --git a/.travis.yml b/.travis.yml
index 6d00236..0ea4784 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,11 +22,12 @@
 script:
   - mkdir ./build
   - pushd ./build
-  - CONFIG_SITE=../lib/default_config.site ../configure --enable-unit
+  - ../configure --enable-unit
   - make -j$(nproc)
+  - make check
   - make simulator-build
   - make simulator-start
-  - make check
+  - test/tpmclient/tpmclient
   - make simulator-stop
   - |
     for LOG in $(ls -1 test/unit/*.log); do