Skip to content

Commit

Permalink
Travis CI: bash -> sh
Browse files Browse the repository at this point in the history
  • Loading branch information
serso committed Nov 3, 2013
1 parent 19766ba commit cb54b1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis_install_android.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Script installs Android SDK

Expand Down
2 changes: 1 addition & 1 deletion .travis_install_android_dependencies.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Scripts installs Android SDK artifacts in local Maven repository

Expand Down
2 changes: 1 addition & 1 deletion .travis_start_emulator.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Scripts starts Android emulator with name 'Default'

Expand Down
2 changes: 1 addition & 1 deletion .travis_wait_for_emulator.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Script waits for Android emulator to be started

Expand Down

0 comments on commit cb54b1d

Please sign in to comment.