Skip to content

Commit 0137c61

Browse files
committed
Travis CI is actually running 64-bit VMs, contrary to their documentation.
1 parent 60ac08b commit 0137c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: c
22
before_install:
33
- sudo apt-get update -qq
44
- 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
5+
- wget -q -O /tmp/libsodium.deb http://download.dnscrypt.org/libsodium/releases/libsodium_0.3+fpm0_amd64.deb
66
- sudo dpkg -i /tmp/libsodium.deb
77
script: ./autogen.sh && ./configure && make check
88
compiler:

0 commit comments

Comments
 (0)