Travis has to download the npm modules and compile libsass. Travis cache is not supported for public repos. Perhaps use a apt-get? eg ``` yml before-install: 'sudo apt-get libsass' ```