summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-17 19:33:01 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-17 19:33:01 +0100
commit3f89b3971b7ea11a5b1275f25236ada1f70fcd4a (patch)
tree691a616a9673a6b65491bad56e46dadfc43681f3
parentf3bbbbb5b77935d473e4e23ef2dad8412fdca25e (diff)
downloadansicolor-3f89b3971b7ea11a5b1275f25236ada1f70fcd4a.tar.gz
update .travis.yml
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c4406e6..1b1eaf3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ env:
- TOX_ENV=py34
- TOX_ENV=pypy
install:
+ - sudo apt-get update
- sudo apt-get install python3.4
- pip install tox
script: tox -e $TOX_ENV