From c57477deb5c23fc1d535e28a5c460d0af1dd2160 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 12 Feb 2016 18:41:33 -0800 Subject: [PATCH] Removes the obsolete deps target from Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 257c3fa62..9665eb49a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: only: - master -install: make deps +install: make script: - make test