We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279d561 commit 6d1e4a9Copy full SHA for 6d1e4a9
1 file changed
.travis.yml
@@ -225,6 +225,7 @@ before_deploy:
225
- sudo apt-get -y install libsodium-dev
226
- git clone --depth 1 https://github.com/jedisct1/minisign.git
227
- cd minisign/src
228
+- mkdir -p /tmp/bin
229
- gcc -O2 -o /tmp/bin/minisign -D_GNU_SOURCE *.c -lsodium
230
- cd -
231
- minisign -v
0 commit comments