luismbo / cl-travis

Travis-CI scripts for testing Common Lisp software
MIT License
85 stars 18 forks source link

install_i386_arch is failing #17

Closed luismbo closed 8 years ago

luismbo commented 8 years ago

Culprit seems to be the snippet

    sudo dpkg --add-architecture i386
    sudo apt-get update -qq

which yields

W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release  Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
luismbo commented 8 years ago

Should be fixed by 6a30248.