mirror of https://github.com/status-im/codimd.git
Merge pull request #575 from PeterDaveHello/fix.travis.yml
Remove duplicated nodejs version in .travis.yml
This commit is contained in:
commit
8b65d7df1a
|
@ -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 New Issue