From 6988138ece50199c020dd62b64a915bb2df5c436 Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Mon, 23 Oct 2017 05:48:54 +0200 Subject: [PATCH] chore(CI): test -> script entry --- .abstruse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.abstruse.yml b/.abstruse.yml index 3df697e..daf97fb 100644 --- a/.abstruse.yml +++ b/.abstruse.yml @@ -12,7 +12,7 @@ before_install: install: - npm install -test: +script: - if [[ "$SCRIPT" ]]; then npm run-script $SCRIPT; fi cache: