Skip to content

Commit 16f8275

Browse files
committed
Adapt .tarvis.yml to the C++ -> C change
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent 0277307 commit 16f8275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: cpp
1+
language: c
22

33
os: linux
44
sudo: required

tools/apt-get-install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
sudo apt-get update -q
1919
sudo apt-get install -q -y \
2020
make cmake ninja-build \
21-
gcc g++ gcc-arm-none-eabi \
21+
gcc gcc-arm-none-eabi \
2222
cppcheck vera++

0 commit comments

Comments
 (0)