Skip to content

Commit c2fccb8

Browse files
committed
Test 5
1 parent 35a09e5 commit c2fccb8

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

Diff for: .travis.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,8 @@ addons:
1313
git:
1414
depth: 5
1515

16-
language: erlang
17-
18-
env:
19-
- LUA=""
20-
- LUA="luajit"
16+
language: c
2117

2218
install:
23-
- sudo apt-get install luajit
24-
- sudo apt-get install luarocks
25-
- sudo luarocks install luafilesystem
26-
- sudo luarocks install busted
2719

28-
script:
29-
- ./bin/build.sh
30-
- "busted test"
20+
script: ./bin/build.sh

Diff for: SCRIPTS/TELEMETRY/VTx.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Home path 1
1+
-- Home path
22
SCRIPT_HOME = "/SCRIPTS/TELEMETRY/VTx"
33

44
LOCAL_SENSOR_ID = 0x0D

0 commit comments

Comments
 (0)