Skip to content

Commit

Permalink
Merge pull request openwall#2346 from claudioandre/latest
Browse files Browse the repository at this point in the history
change the recent OS image to be used
  • Loading branch information
magnumripper authored Nov 28, 2016
2 parents a0c0ffd + 055365e commit aa3602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ elif [[ "$TEST" == "no OpenMP" ]]; then

elif [[ "$TEST" == "fresh test" ]]; then
# ASAN using a 'recent' compiler
docker run -v $HOME:/root -v $(pwd):/cwd ubuntu:latest sh -c " \
docker run -v $HOME:/root -v $(pwd):/cwd ubuntu:16.10 sh -c " \
cd /cwd/src; \
apt-get update -qq; \
apt-get install -y build-essential libssl-dev yasm libgmp-dev libpcap-dev pkg-config debhelper libnet1-dev libbz2-dev; \
Expand Down

0 comments on commit aa3602b

Please sign in to comment.