Travis CI: Make sure shell scripts in .travis.yml also work with bash, not just dash and zsh
This commit is contained in:
@@ -23,7 +23,7 @@ matrix:
|
||||
before_install:
|
||||
- mount
|
||||
- ls -ld /tmp/
|
||||
- echo "#!/bin/sh\necho Scripts in /tmp work.\n" > /tmp/test-executable-in-tmp && chmod -c 755 /tmp/test-executable-in-tmp && /tmp/test-executable-in-tmp
|
||||
- printf '#!/bin/sh\necho Scripts in /tmp work.\n' > /tmp/test-executable-in-tmp && chmod -c 755 /tmp/test-executable-in-tmp && /tmp/test-executable-in-tmp
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install devscripts dpkg-dev lsb-release
|
||||
- eval $(curl https://travis-perl.github.io/init)
|
||||
|
||||
Reference in New Issue
Block a user