1 parent bce618c commit c79c647Copy full SHA for c79c647
1 file changed
.travis.yml
@@ -1,10 +1,10 @@
1
language: node_js
2
-dist: xenial
+dist: trusty
3
install:
4
- sudo apt-get install -y can-utils
5
before_script:
6
- - sh prepare_test_env.sh
7
- npm install -g nodeunit
8
- npm install
+ - sh prepare_test_env.sh
9
script:
10
- NODE_PATH=. nodeunit tests
0 commit comments