Skip to content

Commit ff51584

Browse files
authored
Merge pull request jsonwebtoken#329 from jsonwebtoken/failed-deployment-2
Disable Travis cache
2 parents 6a15692 + a8b05fd commit ff51584

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.deployment-trigger

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file is used to trigger running of CI in case of timeouts. We should fix this someday.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ before_script:
66
- echo " StrictHostKeyChecking no" >> ~/.ssh/config
77
- echo " CheckHostIP no" >> ~/.ssh/config
88
- npm install
9-
cache:
10-
directories:
11-
- node_modules
9+
#cache:
10+
# directories:
11+
# - node_modules

0 commit comments

Comments
 (0)