Skip to content

Commit c008f86

Browse files
authored
Merge pull request #42 from magento-hackathon/travis-php-72
Update .travis.yml
2 parents b011a04 + 811bef9 commit c008f86

File tree

4 files changed

+6
-3162
lines changed

4 files changed

+6
-3162
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: php
22

33
php:
4-
- 7.1
4+
- 7.2
55

66
before_script:
77
- travis_retry composer self-update
88
- travis_retry composer install --prefer-source --no-interaction
99

1010
script:
11-
- phpunit
11+
- phpunit

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
"n98/magerun": ">=1.94.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^6"
21+
"phpunit/phpunit": "^8"
2222
},
2323
"autoload": {
2424
"psr-0": {
2525
"FIREGENTO": "src/"
2626
}
2727
},
28-
"minimum-stability": "dev"
28+
"minimum-stability": "dev",
29+
"prefer-stable": true
2930
}

0 commit comments

Comments
 (0)