You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/01/21 17:12:46 UTC

allura git commit: Setup eslint before running tests on 42cc buildbot

Repository: allura
Updated Branches:
  refs/heads/master 58852a04e -> 35f84fc5d


Setup eslint before running tests on 42cc buildbot


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/35f84fc5
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/35f84fc5
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/35f84fc5

Branch: refs/heads/master
Commit: 35f84fc5de1596b79054303dbe7e642023b22033
Parents: 58852a0
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Jan 21 17:10:49 2016 +0200
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Jan 21 17:10:49 2016 +0200

----------------------------------------------------------------------
 Makefile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/35f84fc5/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 69e46a5..8b2517d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ test:
 	-[ ! -d $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info ] && mkdir $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info
 	# rebuild apps
 	./rebuild-all.bash
+	# setup eslint
+	npm install
 	./run_tests -n 2 -m 4