Skip to content

Commit 528e4ad

Browse files
committed
update travis config for new repo
1 parent 08f6919 commit 528e4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- stage: validate
88
script:
99
- zip Development.netcanvas * -r -0
10-
- git clone https://github.com/codaco/protocol-validation.git && cd protocol-validation
10+
- git clone https://github.com/complexdatacollective/protocol-validation.git && cd protocol-validation
1111
- git checkout master
1212
- npm install
1313
- npm run validate-protocol ../Development.netcanvas
@@ -21,4 +21,4 @@ jobs:
2121
file: ../Development.netcanvas
2222
skip_cleanup: true
2323
on:
24-
repo: codaco/development-protocol
24+
repo: complexdatacollective/development-protocol

0 commit comments

Comments
 (0)