mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(travis): explicitly define node version in .travis.yml (#1069)
This commit is contained in:
parent
6f97b71616
commit
0e4477acf7
@ -21,7 +21,7 @@ script:
|
||||
- 'if [ "$NODE6" = "true" ]; then yarn run unit-node6; fi'
|
||||
jobs:
|
||||
include:
|
||||
- node_js: "7"
|
||||
- node_js: "7.6.0"
|
||||
env: NODE7=true
|
||||
- node_js: "6.4.0"
|
||||
env: NODE6=true
|
||||
|
Loading…
Reference in New Issue
Block a user