From 969b968efb9922eddd947b04c7811cfb2db3d327 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Wed, 3 Aug 2016 17:11:09 -0400 Subject: [PATCH] Don't test on android 5.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00c9083..a5d9e03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ env: - BROWSER_NAME=chrome BROWSER_VERSION=latest - BROWSER_NAME=iphone BROWSER_VERSION=9.3 - BROWSER_NAME=android BROWSER_VERSION=5.1 - - BROWSER_NAME=android BROWSER_VERSION=5.0 # not working # - BROWSER_NAME=android BROWSER_VERSION=4.4 + # - BROWSER_NAME=android BROWSER_VERSION=5.0 before_script: - npm run test:typings:install