Skip to content

Commit

Permalink
Merge pull request #1795 from Ramoonus/patch-1
Browse files Browse the repository at this point in the history
Add PHP 5.5 to travis
  • Loading branch information
ginatrapani committed Jan 22, 2014
2 parents e92f6d5 + 3807540 commit 0e6b747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: php
php:
- 5.5
- 5.4
- 5.3
- 5.2
Expand All @@ -13,4 +14,4 @@ before_script:
- touch webapp/data/logs/stream.log
- touch webapp/data/logs/crawler.log

script: php tests/all_unit_tests.php
script: php tests/all_unit_tests.php

0 comments on commit 0e6b747

Please sign in to comment.