Skip to content

Commit d72346d

Browse files
committed
Fix TravisCI setup
1 parent 6b662f3 commit d72346d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build/travis/before_script.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ cd ..
1010

1111
wget https://github.com/wikimedia/mediawiki-core/archive/$MW.tar.gz
1212
tar -zxf $MW.tar.gz
13-
mv $MW phase3
13+
mv mediawiki-$MW phase3
1414

1515
cd phase3
1616

17-
git checkout $MW
18-
1917
travis_retry composer install --prefer-source
2018

2119
if [ "$DB" == "postgres" ]

0 commit comments

Comments
 (0)