mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 09:35:45 +02:00
remove Node.js v7 in travis-ci
This project uses `contributor-faces`, it includes `gh-got`. And `gh-got` require Node v8 so `travis-ci` will have the error. So I have 2 option: - Remove Nodejs v7 in `.travis.yml` - Or install `contributor-faces` in your machine(require Node >= 8) and sometime run `contributor-faces .` in your project to update list contributor.
This commit is contained in:
parent
306c256bfb
commit
428be3e2f8
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ language: node_js
|
|||
node_js:
|
||||
- "10"
|
||||
- "8"
|
||||
- "7"
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue