mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
🔥 Remove deprecated GHOST_NODE_VERSION_CHECK (#8533)
no issue - removes the deprected `GHOST_NODE_VERSION_CHECK` from `travis.yml` - `GHOST_NODE_VERSION_CHECK` was removed a couple of month ago
This commit is contained in:
parent
3996b5debb
commit
4f9549fd7d
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ addons:
|
|||
env:
|
||||
global:
|
||||
- GITHUB_OAUTH_KEY=003a44d58f12089d0c0261338298af3813330949
|
||||
- GHOST_NODE_VERSION_CHECK=false
|
||||
matrix:
|
||||
- DB=sqlite3 NODE_ENV=testing
|
||||
- DB=mysql NODE_ENV=testing-mysql
|
||||
|
|
Loading…
Reference in a new issue