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 aa7647d commit a694eeeCopy full SHA for a694eee
1 file changed
.travis.yml
@@ -47,6 +47,7 @@ script:
47
before_deploy:
48
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9.\-]\+\)"/\1/p' dist/package.json`
49
- mv dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
50
+ - mv .travis ../
51
- cd ..
52
- rm -rf android-runtime
53
- tar -zxvf .deploymentpackage
@@ -55,6 +56,7 @@ before_deploy:
55
56
- rm ../.deploymentpackage
57
- nvm install 4.2.6
58
- nvm use 4.2.6
59
+ - mv ../.travis ./
60
- node ./.travis/add-publishConfig.js next
61
deploy:
62
provider: npm
0 commit comments