Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit f4aa48c

Browse files
ci(Travis): disable cached folders
1 parent 3fbacfc commit f4aa48c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ notifications:
66
77
on_success: never
88
on_failure: always
9-
cache:
10-
directories:
11-
- "~/.npm"
12-
- "node_modules"
139
perl:
1410
- "5.28"
1511
- "5.26"

scripts/coverage.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22
perl Makefile.PL
3-
touch Makefile
43
make
54
cover -test

0 commit comments

Comments
 (0)