Skip to content

Commit

Permalink
DevKit updates (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlastCI authored and FanchTheSystem committed Jul 25, 2017
1 parent 4bd919e commit dc219c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion bin/ci-scripts/before_install_test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#!/usr/bin/env sh
set -ev

# check syntax
find . -name '*.php' -exec php -l {} \;

# To be removed when following PR will be merged: https://github.com/travis-ci/travis-build/pull/718
#composer self-update --stable

composer self-update
sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json
sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json


2 changes: 1 addition & 1 deletion bin/ci-scripts/create_travis_database_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -ev

# (mysql service is started by default by travis for each build instance
# (mysql travis user is created by travis for each build instance
mysql -u travis -e 'CREATE DATABASE travis;' -v
# mysql -u travis -e 'CREATE DATABASE travis;' -v

###
### postgresql
Expand Down

0 comments on commit dc219c4

Please sign in to comment.