From 5937db50e3896095b7c716ea107ba85cd3b8d8c8 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 257c3fa62e..9665eb49a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: only: - master -install: make deps +install: make script: - make test