Skip to content

Commit

Permalink
Adapt .tarvis.yml to the C++ -> C change
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
  • Loading branch information
akosthekiss committed Feb 16, 2016
1 parent 0277307 commit 16f8275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: cpp
language: c

os: linux
sudo: required
Expand Down
2 changes: 1 addition & 1 deletion tools/apt-get-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
sudo apt-get update -q
sudo apt-get install -q -y \
make cmake ninja-build \
gcc g++ gcc-arm-none-eabi \
gcc gcc-arm-none-eabi \
cppcheck vera++

0 comments on commit 16f8275

Please sign in to comment.