From 2e2f707e7f3562c6b8bd6cb8728cfc1de2cebd5d Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Mon, 11 Jul 2016 20:38:23 +0300 Subject: [PATCH] Remove "apt-get update" from travis.yml (testing) --- .travis.yml | 1 - rainloop/v/0.0.0/static/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a949e9a1..5232519ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ php: - '5.6' - '7.0' before_script: - - sudo apt-get update - sudo apt-get install -y build-essential libssl-dev - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash - nvm install 4.4.5 diff --git a/rainloop/v/0.0.0/static/manifest.json b/rainloop/v/0.0.0/static/manifest.json index b4469af12..c166c6f83 100644 --- a/rainloop/v/0.0.0/static/manifest.json +++ b/rainloop/v/0.0.0/static/manifest.json @@ -13,4 +13,4 @@ "type": "image/png" }], "start_url": "../../../../" -} +} \ No newline at end of file