Skip to content

Commit

Permalink
.travis.yml cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Syroeshko committed Jun 23, 2015
1 parent 858ab18 commit 1b56db2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ env:
global:
- secure: "Sq+6bVtnPsu0mWX8DWQ+9bGAjxMcGorksUiHc4YIXEJsuDfVmVlH8tTD547IeCjDAx9MxXerZ2Z4HSjxTB70VEnJPvZMHI/EZn4Ny31YLHEthdZbV5Gd1h0TGp8VOzPKGShvGrtGBX6MvMfgpK4zuieVWbSfdKeecm8ZNLMpUd4="

before_script:
before_install:
## Packages
- sudo apt-get -qq update > /dev/null
- sudo apt-get -qq install graphviz > /dev/null

before_script:
## Composer
- composer self-update
- composer install --prefer-source
Expand Down

0 comments on commit 1b56db2

Please sign in to comment.