mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
docs: use node_js 8 in example travis.yml (#4107)
This is the current node LTS release.
This commit is contained in:
@@ -1611,7 +1611,7 @@ Popular CI servers already set the environment variable `CI` by default but you
|
||||
```
|
||||
language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
- 8
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
Reference in New Issue
Block a user