Skip to content

Commit

Permalink
Match YOURLS branch with Unit test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ozh committed Sep 30, 2017
1 parent 6503148 commit c7d0cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ before_script:
- which phpunit - which phpunit
- phpunit --version - phpunit --version
- mysql --version - mysql --version
- export CURRENT_BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
- echo $CURRENT_BRANCH
- git clone git://github.com/YOURLS/YOURLS-unit-tests.git tests - git clone git://github.com/YOURLS/YOURLS-unit-tests.git tests
- git clone git://github.com/ozh/YOURLS-fr_FR.git user/languages/fr - git clone git://github.com/ozh/YOURLS-fr_FR.git user/languages/fr
- cp user/languages/fr/fr_FR.* user/languages - cp user/languages/fr/fr_FR.* user/languages
Expand Down

0 comments on commit c7d0cb5

Please sign in to comment.