Skip to content

Commit

Permalink
SMS-854 see if upgrading travis php version fixes the build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnj33 committed Jan 3, 2018
1 parent 667c6af commit 6a704a2
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,8 +1,10 @@
dist: precise
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
before_script:
- echo 'date.timezone = "Europe/London"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer install
Expand Down

0 comments on commit 6a704a2

Please sign in to comment.