We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7957043 commit 7318b24Copy full SHA for 7318b24
.travis.yml
@@ -8,6 +8,8 @@ env:
8
- TEST_COMMAND=$(echo $TRAVIS_REPO_SLUG | cut -d/ -f 2) # Get command name to be tested
9
10
before_script:
11
+ - ls -al /etc/mysql
12
+ - ls -al /etc/mysql/conf.d
13
- 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
14
- |
15
# Remove Xdebug for a huge performance increase:
@@ -17,8 +19,6 @@ before_script:
17
19
echo "xdebug.ini does not exist"
18
20
fi
21
- ./ci/prepare.sh
- - ls -al /ets/mysql
- - ls -al /ets/mysql/conf.d
22
23
script:
24
- cd "$TRAVIS_BUILD_DIR/../easyengine"
0 commit comments