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

Commit 7a09780

Browse files
committed
test: run tests on branches with PRs
1 parent 8c8ffd9 commit 7a09780

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ jobs:
115115
if: branch =~ /^release\/.*$/
116116
name: ipfs-pubsub-room
117117
script:
118-
- npm run test:external -- ipfs-pubsub-room https://github.com/ipfs-shipyard/ipfs-pubsub-room.git
118+
- npm run test:external -- ipfs-pubsub-room https://github.com/ipfs-shipyard/ipfs-pubsub-room.git --branch upgrade-to-latest-js-ipfs-rc
119119

120120
- stage: test
121121
if: branch =~ /^release\/.*$/
122122
name: peer-base
123123
script:
124-
- npm run test:external -- peer-base https://github.com/peer-base/peer-base.git
124+
- npm run test:external -- peer-base https://github.com/achingbrain/peer-base.git --branch upgrade-to-latest-ipfs-rc
125125

126126
- stage: test
127127
if: branch =~ /^release\/.*$/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"yargs-promise": "^1.1.0"
195195
},
196196
"devDependencies": {
197-
"aegir": "^20.3.1",
197+
"aegir": "^20.4.1",
198198
"base64url": "^3.0.1",
199199
"clear-module": "^4.0.0",
200200
"delay": "^4.1.0",

0 commit comments

Comments
 (0)