Skip to content

Commit

Permalink
improved .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 17, 2016
1 parent 7ff767b commit 9ad8bc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ cache:
- $HOME/.composer/cache
before_install:
- 'composer self-update'
- 'composer --version'
- 'wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar'
- './hidev.phar --version'
- './hidev.phar travis/before_install'
sudo: false
install:
- 'wget http://hiqdev.com/hidev/hidev.phar && chmod a+x hidev.phar'
- 'travis_retry composer install --no-interaction'
- './hidev.phar travis/install'
script:
- './hidev.phar travis/script'
Expand Down

0 comments on commit 9ad8bc4

Please sign in to comment.