From 3b54102018ec58748c58ae686ea1808f0f49e570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Aparicio?= Date: Fri, 3 Apr 2015 00:33:20 +0200 Subject: [PATCH] feat(#9): add Travis support --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17d0135..3d097ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ go: - 1.3 - 1.2 - release - - tip \ No newline at end of file + - tip +before_install: + - curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -