Skip to content

Commit

Permalink
Fixed shell bang
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 23, 2016
1 parent b42b4ee commit d32e415
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/runTests.sh
@@ -1,4 +1,5 @@
#/usr/bin/env/sh
#!/usr/bin/env bash

set -e

if [ ! -n "$TRAVIS" ]; then
Expand All @@ -14,4 +15,4 @@ echo ''
echo ''
echo 'Testing for Coding Styling Compliance.'
echo 'All code should follow PSR standards.'
./vendor/bin/php-cs-fixer fix ./ --level="all" -vv --dry-run
./vendor/bin/php-cs-fixer fix ./ --level="all" -vv --dry-run

0 comments on commit d32e415

Please sign in to comment.