From 316e4ea4d81cc6587338207e0de40cedbb61db5b Mon Sep 17 00:00:00 2001 From: Matthias Rolke Date: Thu, 25 Jan 2018 13:52:51 +0100 Subject: [PATCH] ci: link plugin after installation --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 09878aec..0acd4624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,6 @@ before_script: after_script: - sfdx force:org:delete --noprompt -u ci-scratch-org script: + - sfdx plugins:link . - sfdx force:org:create -f config/project-scratch-def.json -a ci-scratch-org -s - TEST_INTEGRATION=true npm test \ No newline at end of file