Skip to content

Commit 5904759

Browse files
committed
fixing travis
1 parent e3cdbec commit 5904759

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ script:
3838
- emulator -avd Arm21 -no-skin -no-audio -no-window &
3939
- android-wait-for-emulator
4040
- "cd test-app && ./gradlew runtest --stacktrace"
41-
- "cd .."
4241
before_deploy:
42+
- pwd
43+
- ls -la
44+
- cd ..
45+
- pwd
46+
- ls -la
4347
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9.\-]\+\)"/\1/p' dist/package.json`
4448
- mv dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
4549
- mv .travis ../

0 commit comments

Comments
 (0)