Skip to content

Commit

Permalink
Merge pull request #27 from M6Web/fix/travis-builds
Browse files Browse the repository at this point in the history
Remove php5.5 build on travis since it's not supported anymore by PHP itself
  • Loading branch information
Oliboy50 authored Feb 26, 2018
2 parents d6aedac + 6ce0148 commit ceffb7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
- php composer.phar install

script:
- vendor/bin/atoum

0 comments on commit ceffb7f

Please sign in to comment.