1 parent fb8218b commit db579b9Copy full SHA for db579b9
1 file changed
.travis.yml
@@ -8,6 +8,5 @@ install:
8
before_script:
9
- npm install -g nodeunit
10
- npm install
11
- - sh prepare_test_env.sh
12
script:
13
- - NODE_PATH=. nodeunit tests
+ - NODE_PATH=. nodeunit tests/test-parsing.js tests/test-signal_conversion.js
0 commit comments