We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939129f commit 2876080Copy full SHA for 2876080
.travis.yml
@@ -9,7 +9,7 @@ jobs:
9
- zip "Development Protocol.netcanvas" * -r -0
10
- git clone https://github.com/codaco/protocol-validation.git
11
- cd protocol-validation && npm install
12
- - npm run validate-protocol ""../Development Protocol.netcanvas"
+ - npm run validate-protocol "../Development Protocol.netcanvas"
13
before_deploy:
14
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
15
- git tag $TRAVIS_TAG
0 commit comments