commit 51693a3ae5883e086a8ca86b63f5bf1b23f9e811
parent 2da6b719a5fa27ee57b451b5766345be412b09ca
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 19 May 2018 15:45:43 +0200
Try travis fix for chrome
Diffstat:
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`