Skip to content

Commit

Permalink
Merge pull request #480 from humanmade/forward-travis-vars
Browse files Browse the repository at this point in the history
Forward travis env vars to Psalm
  • Loading branch information
joehoyle authored Dec 17, 2020
2 parents 4206c76 + 5788e91 commit d58519b
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 d58519b

Please sign in to comment.