Skip to content

Commit 2876080

Browse files
committed
fix travis typo
1 parent 939129f commit 2876080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- zip "Development Protocol.netcanvas" * -r -0
1010
- git clone https://github.com/codaco/protocol-validation.git
1111
- cd protocol-validation && npm install
12-
- npm run validate-protocol ""../Development Protocol.netcanvas"
12+
- npm run validate-protocol "../Development Protocol.netcanvas"
1313
before_deploy:
1414
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
1515
- git tag $TRAVIS_TAG

0 commit comments

Comments
 (0)