Skip to content

Commit dd635d3

Browse files
authored
Enable full CAN integration testing via TravisCI
1 parent ad9c9e8 commit dd635d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ dist: xenial
77
install:
88
- sudo apt-get install -y can-utils
99
- sudo apt-get install -y nodejs-dev
10+
- sudo apt-get install linux-modules-extra-$(uname -r)
1011
before_script:
1112
- npm install -g nodeunit
1213
- npm install
1314
script:
14-
- NODE_PATH=. nodeunit tests/test-parsing.js tests/test-signal_conversion.js
15+
- sh prepare_test_env.sh
16+
- NODE_PATH=. nodeunit tests

0 commit comments

Comments
 (0)