fulltest should be run on saucy image

for Go 1.2
This commit is contained in:
Sridhar Ratnakumar 2014-04-12 17:02:34 -07:00
parent baf6674f00
commit 214eb29af3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# -*- sh -*-
FROM ubuntu:quantal
FROM ubuntu:13.10
RUN echo "deb http://archive.ubuntu.com/ubuntu quantal main universe" >> /etc/apt/sources.list

View File

@ -8,4 +8,4 @@ fmt:
# Run the test in an isolated environment.
fulltest:
sudo docker build -t ActiveState/tail .
docker build -t ActiveState/tail .