Use portable tomcrypt for Travis for now.

This commit is contained in:
Jason Felds
2015-05-09 14:53:06 -04:00
parent e08455f3c6
commit da2c5921bc
+1 -1
View File
@@ -31,5 +31,5 @@ before_script:
- ./.install-cmake.sh
script:
- cmake -G 'Unix Makefiles' . && cmake .
- cmake -G -DWITH_PORTABLE_TOMCRYPT=ON 'Unix Makefiles'
- make