Skip to content

Commit c79c647

Browse files
authored
Update .travis.yml
1 parent bce618c commit c79c647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
2-
dist: xenial
2+
dist: trusty
33
install:
44
- sudo apt-get install -y can-utils
55
before_script:
6-
- sh prepare_test_env.sh
76
- npm install -g nodeunit
87
- npm install
8+
- sh prepare_test_env.sh
99
script:
1010
- NODE_PATH=. nodeunit tests

0 commit comments

Comments
 (0)