Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 10, 2015
1 parent ccf4963 commit c50e5e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: php

php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- travis_retry composer self-update
sudo: false

install:
- travis_retry composer install --no-interaction --prefer-source

script:
Expand Down

0 comments on commit c50e5e0

Please sign in to comment.