socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 51693a3ae5883e086a8ca86b63f5bf1b23f9e811
parent 2da6b719a5fa27ee57b451b5766345be412b09ca
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 19 May 2018 15:45:43 +0200

Try travis fix for chrome

Diffstat:
M.travis.yml | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,10 +1,15 @@ +# we need trusty for the chrome addon +dist: trusty + sudo: required addons: chrome: stable language: node_js node_js: - - "9" + - 6 + - 7 + - 9 before_install: - # start your web application and listen on `localhost`