We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ac08b commit 0137c61Copy full SHA for 0137c61
1 file changed
.travis.yml
@@ -2,7 +2,7 @@ language: c
2
before_install:
3
- sudo apt-get update -qq
4
- sudo apt-get install -qq check
5
- - wget -q -O /tmp/libsodium.deb http://download.dnscrypt.org/libsodium/releases/libsodium_0.3+fpm0_i386.deb
+ - wget -q -O /tmp/libsodium.deb http://download.dnscrypt.org/libsodium/releases/libsodium_0.3+fpm0_amd64.deb
6
- sudo dpkg -i /tmp/libsodium.deb
7
script: ./autogen.sh && ./configure && make check
8
compiler:
0 commit comments