Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Oct 25, 2016
1 parent 8fad924 commit 468f373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ php:
- nightly

before_install:
- wget https://yt-dl.org/downloads/latest/youtube-dl -O /tmp/youtube-dl --no-check-certificate
- export PATH=$PATH:/tmp/
- wget https://yt-dl.org/downloads/latest/youtube-dl -O $PWD/youtube-dl --no-check-certificate
- export PATH=$PATH:$PWD/

before_script:
- composer install --no-interaction --prefer-source --dev
Expand Down

0 comments on commit 468f373

Please sign in to comment.