Skip to content

Commit

Permalink
Forward travis env vars to Psalm
Browse files Browse the repository at this point in the history
This is needed for Psalm to push type information to Shepherd
  • Loading branch information
joehoyle committed Dec 17, 2020
1 parent 4206c76 commit 5788e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ docker run --rm -e S3_UPLOADS_BUCKET=tests -e S3_UPLOADS_KEY=AWSACCESSKEY -e S3_
docker kill s3-uploads-tests-minio > /dev/null

echo "Running Psalm..."
docker run --rm -v $PWD:/code --entrypoint='/code/vendor/bin/psalm' humanmade/plugin-tester --shepherd
docker run --rm -v $PWD:/code -e TRAVIS=$TRAVIS -e TRAVIS_JOB_ID=$TRAVIS_JOB_ID -e TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG -e TRAVIS_BRANCH=$TRAVIS_BRANCH --entrypoint='/code/vendor/bin/psalm' humanmade/plugin-tester --shepherd

0 comments on commit 5788e91

Please sign in to comment.