Skip to content

Commit 71db442

Browse files
authored
Corrected makefile jobs called from .travis.yml
1 parent 47a4d89 commit 71db442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install:
5555
- composer show
5656

5757
## Run the actual test
58-
script: make travis
58+
script: make ci
5959

6060
## Gather coverage and set it to coverage servers
61-
after_script: make travis-coverage
61+
after_script: make ci-coverage

0 commit comments

Comments
 (0)