Skip to content

Commit

Permalink
Test in Travis CI on PHP 5.5, 5.6 and 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Jul 20, 2016
1 parent 00bdfd9 commit adcc26b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0

notifications:
email: false
slack:
secure: dUHUpv7ct2DoeMREPz+FV3S2a4H78Dre59C7G3/N7AhSJeRcpoEuf0OSfDUvda+2+uXZK1jbD3isuYYda0JtQkEA0i90YCjiX5LqgDZ4axwxR7WqD9CBTaDs9CaQhia477MseZ7am0eBdaa9TTfcbNSU+9cD8Zd8U1R/876brWM=

install:
before_install:
- composer selfupdate

install:
- composer install --no-interaction

before_script:
Expand Down

0 comments on commit adcc26b

Please sign in to comment.