From 2ca6bb51026e4e3c177167d08018fc7ce20c1c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 5 Jun 2014 11:34:04 +0200 Subject: [PATCH] only install packaging tools before deploying --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9691024f2d..80c7ab57f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: c # Make sure build dependencies are installed. install: - - sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 dpkg rpm nsis markdown + - sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 cache: apt # Run the build script @@ -35,6 +35,7 @@ notifications: skip_join: true before_deploy: + - sudo apt-get install nsis markdown dpkg rpm - DOTVERSION=`echo $TRAVIS_TAG | sed "s/-/\\./g"` - cd packaging - mkdir build