mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Use at least v6 of node on travis for destructuring assignment
This commit is contained in:
parent
d3080e2566
commit
99952ca7de
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ go:
|
|||
- 1.10.x
|
||||
|
||||
env:
|
||||
- TRAVIS_NODE_VERSION="4.2" CC="gcc-5" CXX="g++-5"
|
||||
- TRAVIS_NODE_VERSION="6" CC="gcc-5" CXX="g++-5"
|
||||
|
||||
before_install:
|
||||
- nvm install $TRAVIS_NODE_VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue