From e0a4edc2b89a661722140c33041086a078143370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 19 Jan 2018 16:06:05 +0100 Subject: [PATCH] test googshift --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eefd5b4089e3..28931969a32f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,7 +89,7 @@ jobs: script: - npm install - npm install github:openlayers/openlayers#2ee34b825c4b5d6edd3569e10b3f63510754e012 - - npm install github:gberaudo/googshift#cebc41174863d6f1cbea42713b135e65b9cdf71f + - npm install github:gberaudo/googshift#bf8ebb07a9d282b5c87357e2593b63e89612ee08 - buildtools/webpack-migration - git add -A # for git-attributes - if [ "${TRAVIS_PULL_REQUEST}" == false ]; then export NODE_ENV=prod; else export NODE_ENV=dev; fi