mirror of https://github.com/status-im/codimd.git
Remove duplicated nodejs version in .travis.yml
lts/boron is v6
This commit is contained in:
parent
a99cac0cf0
commit
711c38403d
|
@ -3,7 +3,6 @@ dist: trusty
|
|||
node_js:
|
||||
- 6
|
||||
- 7
|
||||
- lts/boron
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
cache: yarn
|
||||
|
|
Loading…
Reference in New Issue