Remove "apt-get update" from travis.yml (testing)

This commit is contained in:
RainLoop Team 2016-07-11 20:38:23 +03:00
parent 94a158bdb5
commit 2e2f707e7f
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -13,4 +13,4 @@
"type": "image/png"
}],
"start_url": "../../../../"
}
}