diff --git a/.travis.yml b/.travis.yml index e80747f8..87ee2057 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,18 @@ before_script: - sudo apt-get -q install libgcc-4.8-dev --yes --force-yes # we need stdc++ 32 bits too /usr/bin/ld: cannot find -lstdc++ - sudo apt-get -q install libstdc++6:i386 libstdc++-4.8-dev:i386 --yes --force-yes +# we also need the dump test files +# - mkdir -p test/dumps/putty + - mkdir -p test/dumps/ssh +# - wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/putty.1.dump.zip +# - unzip putty.1.dump.zip +# - mv putty.1.dump test/dumps/putty/ + - wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/ssh.1.tgz + - tar zxf ssh.1.tgz + - mv ssh.1 test/dumps/putty/ +# - wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/ssh.x64.6653.dump.tgz +# - tar zxf ssh.x64.6653.dump.tgz +# - mv ssh.x64.6653.dump test/dumps/putty/ script: # build memory tests. Need root for memory dumps. sudo is called in Makefile @@ -49,7 +61,7 @@ after_success: - which gcc - gcc --version - dpkg -l - coveralls + - coveralls after_failure: # debug versions