mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
Remove duplicated nodejs version in .travis.yml
lts/boron is v6
This commit is contained in:
parent
a99cac0cf0
commit
711c38403d
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ dist: trusty
|
||||||
node_js:
|
node_js:
|
||||||
- 6
|
- 6
|
||||||
- 7
|
- 7
|
||||||
- lts/boron
|
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
Loading…
Reference in a new issue