Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 6edbf2b

Browse files
authored
ci(travis): run correct test command
#19
1 parent ba2e7e2 commit 6edbf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
cache: npm
33

44
script:
5-
- npm run test # Generate test project
5+
- npm run ci:test # Generate test project

0 commit comments

Comments
 (0)