Skip to content

Commit

Permalink
Removes 5.2 and adds composer install directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan O'Brien committed Feb 16, 2017
1 parent 5d14527 commit aee8486
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
@@ -1,7 +1,6 @@
language: php

php:
- 5.2
- 5.3
- 5.4
- 5.5
Expand All @@ -13,6 +12,9 @@ cache:
- $HOME/.composer/cache
- vendor

install:
- composer install

script:
- composer run-script test-build
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit aee8486

Please sign in to comment.