Skip to content

Commit a694eee

Browse files
committed
Backup and restore the .travis scripts folder
1 parent aa7647d commit a694eee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ script:
4747
before_deploy:
4848
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9.\-]\+\)"/\1/p' dist/package.json`
4949
- mv dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
50+
- mv .travis ../
5051
- cd ..
5152
- rm -rf android-runtime
5253
- tar -zxvf .deploymentpackage
@@ -55,6 +56,7 @@ before_deploy:
5556
- rm ../.deploymentpackage
5657
- nvm install 4.2.6
5758
- nvm use 4.2.6
59+
- mv ../.travis ./
5860
- node ./.travis/add-publishConfig.js next
5961
deploy:
6062
provider: npm

0 commit comments

Comments
 (0)