Skip to content

Commit

Permalink
Merge branch 'master' into getpath
Browse files Browse the repository at this point in the history
  • Loading branch information
emjeyforta authored Jul 8, 2019
2 parents b47cc45 + 8d4f800 commit 3d84436
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
osx_image: xcode10.1
dist: trusty
sudo: required
language: node_js
node_js: 8.12.0
addons:
chrome: stable
os: windows
env:
global:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
script:
- npm run dist
deploy:
provider: releases
api_key:
secure: Ji2aw6OqEja8APKffdH/KqsnGF1B065fqNi+3wYjAzGnbgvDV34kX43KJld77FuZz+0hI6jQBn2Hz+T0JArS1/pJE0fgU1usiwdg9YJ+WaZizIfwO7n62U5ZGc4XVWS+vs0qwZEz844mZABb3R5F9aiKX5hjsqSGVEjKaydYO4lh4g+uPB+h3fVg/ccXFLnmtJryGnOtPfKVwip4/npqpRGghv3dWKZatxjZpJECqc+p8+CQnoc1RNPNu0wp0JUr0cFzhNTdrTrHQb49a00IdnnIwp04cZO9yCmw4g1o9+yw4EqBQTlC2ZBMItvjnWozpkRblYRDpd2gi19UzShqH6xvoXUHXiA5Do606Of5ydsUGuBq9ZWOrQTvjKIL6gUT7GlwNxxLzkKNK6jxUx1OcfLeraEj+FSlNURIZboCac7PA/tblRJmuTunPOaS7DUro20Zipc/eirm5BUz0eUgaxciejLPim4N8RyOTfcaE1GMB0olAH6/bHJMY55mjWv8mVoRGGJipFSApC7LrWq5vYHAZSc1Q32Rfud6OK7Vu0phku2s8R22GrG0gymL/HnoAaYfJYiqXG1IWXr8WqAgqTsy1+kmkp5tVZbH0S2tOz+yitoCj3VlYMVXpZCCWXHQSv4ejWC5mygr87IGaNZ+FdZT00yK0GB3r1nc7MAErVE=
file: dist/passwordscreator Setup 0.0.1.exe
on:
repo: reach2jeyan/PasswordsCreator
branch: master
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![Build Status](https://travis-ci.com/reach2jeyan/Stress-test-your-Android-App.svg?branch=master)](https://travis-ci.com/reach2jeyan/Stress-test-your-Android-App)

Stress Test your Android App

OS Supported
1. Mac
Expand All @@ -14,7 +12,7 @@ Usage
Stress test your application is basically built over the android Monkey runner. This will save time for the users who have to keep running or writing commands to run on various multiple devices

Features:
1. Instantly get the adb path
1. Instantly get the adb path(Under development)
2. Instantly get the devices connected
3. Choose the application and the device you want to run stress test on
4. Get the crash reports via crashlytics(if integrated to your application)

0 comments on commit 3d84436

Please sign in to comment.