Skip to content

Commit 6d1e4a9

Browse files
committed
Travis: create /tmp/bin
1 parent 279d561 commit 6d1e4a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ before_deploy:
225225
- sudo apt-get -y install libsodium-dev
226226
- git clone --depth 1 https://github.com/jedisct1/minisign.git
227227
- cd minisign/src
228+
- mkdir -p /tmp/bin
228229
- gcc -O2 -o /tmp/bin/minisign -D_GNU_SOURCE *.c -lsodium
229230
- cd -
230231
- minisign -v

0 commit comments

Comments
 (0)