]> wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .travis.yml
Use `make test` to run tests
[openssl-gost/engine.git] / .travis.yml
index b3d8ad107d9cdc81acd1a8f1c3d293a1620c1350..8f023cffd21018103db0e4e080a6bc1462329fc6 100644 (file)
@@ -17,9 +17,9 @@ matrix:
     - env: OPENSSL_BRANCH=master
       os: linux
       compiler: gcc
-    - env: OPENSSL_BRANCH=OpenSSL_1_1_0-stable
-      os: linux
-      compiler: gcc
+#    - env: OPENSSL_BRANCH=OpenSSL_1_1_0-stable
+#      os: linux
+#      compiler: gcc
 #    - env: OPENSSL_BRANCH=OpenSSL_1_0_2-stable
 #      os: linux
 #      compiler: gcc
@@ -32,4 +32,4 @@ before_script:
 
 script:
   - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib && make
-  - prove -v test/{00-engine.t,01-digest.t,02-mac.t,03-encrypt.t}
+  - make test