Skip to content

Commit

Permalink
Updated config files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Nov 3, 2019
1 parent ae9ab13 commit 9f9f558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ matrix:
include:
- php: 7.3
env: COVERAGE=1
- php: 7.1
- php: 7.4snapshot
- php: 7.1
before_script:
- sh -c "if [ '$COVERAGE' ]; then wget https://scrutinizer-ci.com/ocular.phar -O /tmp/ocular.phar; fi"
- sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.4snapshot' ]; then phpenv config-rm xdebug.ini; fi"
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "s9e/shortest-common-superstring",
"version": "2.0.0-dev",
"type": "library",
"description": "Shortest common superstring generator",
"homepage": "https://github.com/s9e/ShortestCommonSuperstring/",
Expand All @@ -21,5 +20,8 @@
"psr-4": {
"s9e\\ShortestCommonSuperstring\\Tests\\": "tests"
}
},
"extra": {
"version": "2.0.0"
}
}

0 comments on commit 9f9f558

Please sign in to comment.