We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f6919 commit 528e4adCopy full SHA for 528e4ad
.travis.yml
@@ -7,7 +7,7 @@ jobs:
7
- stage: validate
8
script:
9
- zip Development.netcanvas * -r -0
10
- - git clone https://github.com/codaco/protocol-validation.git && cd protocol-validation
+ - git clone https://github.com/complexdatacollective/protocol-validation.git && cd protocol-validation
11
- git checkout master
12
- npm install
13
- npm run validate-protocol ../Development.netcanvas
@@ -21,4 +21,4 @@ jobs:
21
file: ../Development.netcanvas
22
skip_cleanup: true
23
on:
24
- repo: codaco/development-protocol
+ repo: complexdatacollective/development-protocol
0 commit comments