Skip to content

Commit ceffb7f

Browse files
authored
Merge pull request #27 from M6Web/fix/travis-builds
Remove php5.5 build on travis since it's not supported anymore by PHP itself
2 parents d6aedac + 6ce0148 commit ceffb7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- 7.1
87

98
before_script:
109
- wget http://getcomposer.org/composer.phar
11-
- php composer.phar install --dev
10+
- php composer.phar install
1211

1312
script:
1413
- vendor/bin/atoum

0 commit comments

Comments
 (0)