Skip to content

Commit

Permalink
Fix Travis path
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 26, 2018
1 parent 17dc8f2 commit 067e10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ before_deploy:
- cd libsodium
- env ./configure --disable-dependency-tracking --prefix=/tmp
- make -j$(nproc) install
- cd ..
- cd -
- git clone https://github.com/jedisct1/minisign.git
- cd minisign/src
- gcc -O2 -o /tmp/bin/minisign -I/tmp/include -L/tmp/lib *.c -lsodium
- cd ..
- cd -
- minisign -v
- echo '#' > /tmp/minisign.key
- echo "$MINISIGN_SK" >> /tmp/minisign.key
Expand Down

0 comments on commit 067e10d

Please sign in to comment.