Skip to content

Commit d316389

Browse files
author
Jannik Zschiesche
committed
Update travis script
1 parent 9834c6d commit d316389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ dist: bionic
22
language: node_js
33

44
node_js:
5-
- 12
5+
- node
66

77
script:
8-
- npm run-script build
8+
- npm run build
99
- npm audit
1010
- npx prettier-package-json package.json --list-different --tab-width 4
1111
- npm test

0 commit comments

Comments
 (0)