test: try latest mastodon master

This commit is contained in:
Nolan Lawson 2021-03-19 08:19:39 -07:00
parent 8b585cc2d8
commit 8e245eca46
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ const stat = promisify(fs.stat)
const writeFile = promisify(fs.writeFile)
const dir = __dirname
const GIT_URL = 'https://github.com/tootsuite/mastodon.git'
const GIT_TAG = 'v3.3.0'
const GIT_URL = 'https://github.com/nolanlawson/mastodon.git'
const GIT_TAG = '2ff01f78f-for-pinafore'
const mastodonDir = path.join(dir, '../mastodon')