From 9eb7f9f755aede88cc973798464e4bb470405c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Mon, 30 Jan 2017 11:42:27 +0100 Subject: [PATCH] Crosswalk lib seems to be unavailable --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b3d888..62eaad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ script: - cordova build android - cordova build browser - cordova build ios -- cordova plugin add cordova-plugin-crosswalk-webview +# - cordova plugin add cordova-plugin-crosswalk-webview - cordova plugin add cordova-plugin-wkwebview-engine -- cordova build android +# - cordova build android - cordova build ios