From 50a7b786ac800b6cdc4bf9bab1808bdb12f81a6f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 4 Dec 2012 14:09:45 -0500 Subject: [PATCH] With a dash --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60a0b922e..ae7bc94f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ before_script: - - "npm install -g uglifyjs mocha-phantomjs" + - "npm install -g uglify-js mocha-phantomjs" - "make" script: mocha-phantomjs test/index.html && mocha-phantomjs test/index_packaged.html