Skip to content

Commit

Permalink
Migrate to Travis CI's container-based infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 22, 2015
1 parent 1bdc10a commit 261eb8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,12 @@ php:
- 7.0
- hhvm

before_install:
- sudo apt-get update && sudo apt-get install uuid-dev
sudo: false

addons:
apt:
packages:
- uuid-dev

before_script:
- travis_retry composer self-update
Expand Down

1 comment on commit 261eb8e

@TomasVotruba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.