1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-01 21:27:55 +02:00

[develop] Remove left over conflict marker from merge 1a31f03

This commit is contained in:
Nils Adermann 2014-02-04 16:01:25 +01:00
parent 1a31f03a7b
commit f5f6b834f8

@ -28,7 +28,6 @@ before_script:
- sh -c "if [ '$DB' = 'mysql' -o '$DB' = 'mariadb' ]; then mysql -e 'create database IF NOT EXISTS phpbb_tests;'; fi"
script:
<<<<<<< HEAD
- cd build
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' -a '$DB' = 'mysql' ]; then ../phpBB/vendor/bin/phing sniff; fi"
- cd ..