From 711ed27e1a12e9bf25c18d18e85194fcaba3e3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Thu, 2 Feb 2017 15:23:25 +0100 Subject: [PATCH] Re-added crosswalk-webview --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62eaad9..0b3d888 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