Skip to content

Commit 7318b24

Browse files
committed
Fix typo of mysql path
1 parent 7957043 commit 7318b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ env:
88
- TEST_COMMAND=$(echo $TRAVIS_REPO_SLUG | cut -d/ -f 2) # Get command name to be tested
99

1010
before_script:
11+
- ls -al /etc/mysql
12+
- ls -al /etc/mysql/conf.d
1113
- sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
1214
- |
1315
# Remove Xdebug for a huge performance increase:
@@ -17,8 +19,6 @@ before_script:
1719
echo "xdebug.ini does not exist"
1820
fi
1921
- ./ci/prepare.sh
20-
- ls -al /ets/mysql
21-
- ls -al /ets/mysql/conf.d
2222

2323
script:
2424
- cd "$TRAVIS_BUILD_DIR/../easyengine"

0 commit comments

Comments
 (0)