From 24fd7533e694904ec065c2a0ec7b30a59bf53a96 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 4 Dec 2012 14:08:19 -0500 Subject: [PATCH] Install uglifyjs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 958bd9d5e..60a0b922e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ before_script: + - "npm install -g uglifyjs mocha-phantomjs" - "make" - - "npm install -g mocha-phantomjs" script: mocha-phantomjs test/index.html && mocha-phantomjs test/index_packaged.html