Skip to content

Commit

Permalink
improved travis before_install section
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 17, 2016
1 parent c76d3a4 commit 5e410f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ cache:
before_install:
- 'composer self-update'
- 'composer --version'
- 'travis_retry composer install --no-interaction'
- 'composer install --no-interaction'
- './bin/hidev --version'
- './bin/hidev travis/before_install'
sudo: false
install:
- './bin/hidev travis/install'
Expand Down

0 comments on commit 5e410f8

Please sign in to comment.