Skip to content

Commit 72d6961

Browse files
committed
Enable travis
1 parent 25c708b commit 72d6961

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ install:
2525
- travis_retry composer update --no-progress --profile --no-scripts --no-suggest $DEPENDENCIES
2626

2727
script:
28-
- bin/grumphp run
28+
- vendor/bin/grumphp run

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"phpro/api-problem": "dev-basic-api-problem-implementation@dev",
20+
"phpro/api-problem": "dev-master@dev",
2121
"symfony/dependency-injection": "^4.1",
2222
"symfony/event-dispatcher": "^4.1",
2323
"symfony/http-kernel": "^4.1"
@@ -34,11 +34,5 @@
3434
"psr-4": {
3535
"PhproTest\\ApiProblemBundle\\": "test/"
3636
}
37-
},
38-
"repositories": [
39-
{
40-
"type": "git",
41-
"url": "https://github.com/veewee/api-problem.git"
42-
}
43-
]
37+
}
4438
}

0 commit comments

Comments
 (0)