Skip to content

Commit 3bb37ba

Browse files
committed
.travis.yml: add script skipping tests
1 parent b327db2 commit 3bb37ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ install:
1919
- npm install
2020

2121

22+
script:
23+
- echo "skipping tests"
24+
25+
2226
deploy:
2327
provider: npm
2428
email: $NPM_EMAIL

0 commit comments

Comments
 (0)