Remove obsolete dependencies from install scripts (#1349)

The new build script does not support ninja anymore, and we haven't
been building bare-metal arm targets for long. This patch removes
now-obsolete dependencies from install scripts.

This can also help to reduce the load on Travis CI (as it keeps
installing dependencies for each build job over and over again).

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss 2016-09-14 11:02:44 +02:00 committed by GitHub
parent a507c0863c
commit 697037af3f
2 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,6 @@
sudo apt-get update -q
sudo apt-get install -q -y \
make cmake ninja-build \
gcc gcc-arm-none-eabi \
make cmake \
gcc \
cppcheck vera++ python

View File

@ -18,7 +18,7 @@
brew update
PKGS="
cmake ninja
cmake
cppcheck vera++
"