Skip to content

Commit

Permalink
fix Travis ?
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Aug 29, 2016
1 parent e8d2416 commit 15dd43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install:
- if [ "$CODE_COVERAGE" = "1" -a "$XDEBUG_INI" != "" ]; then mv "$XDEBUG_INI.bak" "$XDEBUG_INI"; fi

# Create the database from sql files present in either the legacy stack or kernel
- ./Tests/travis/create-db.sh ${EZ_VERSION} behattest root
- ./Tests/travis/create-db.sh ${EZ_VERSION} behattestdb root

before_script:
# Set up configuration files:
Expand Down

0 comments on commit 15dd43d

Please sign in to comment.