We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224c2b commit 2218c16Copy full SHA for 2218c16
.travis.yml
@@ -5,9 +5,11 @@ before_script:
5
export PACKAGE_VERSION=$(npm version patch)
6
npm install -g documentation
7
npm run doc
8
-
9
- fi
10
+ fi
+#1224c2be85d445ec6ddb436cb07074344de86e1d 1224c2be85d445ec6ddb436cb07074344de86e1d
11
+#1224c2be85d445ec6ddb436cb07074344de86e1d
12
+#1b40f86d09b167693bbd72677f89d3b425363f9e
13
language: node_js
14
sudo: required
15
node_js:
@@ -66,6 +68,7 @@ deploy:
66
68
keep_history: true
67
69
api_key: $GITHUB_TOKEN
70
skip_cleanup: true
71
+ file: package.json
72
on:
73
branch: clientBuild
74
condition: $TRAVIS_COMMIT_MESSAGE == *"[run deploy]"*
0 commit comments