1 parent ad9c9e8 commit dd635d3Copy full SHA for dd635d3
1 file changed
.travis.yml
@@ -7,8 +7,10 @@ dist: xenial
7
install:
8
- sudo apt-get install -y can-utils
9
- sudo apt-get install -y nodejs-dev
10
+ - sudo apt-get install linux-modules-extra-$(uname -r)
11
before_script:
12
- npm install -g nodeunit
13
- npm install
14
script:
- - 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