Skip to content

Commit 793cf37

Browse files
committed
Updated CI
1 parent b2cf094 commit 793cf37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ arch:
55

66
os: linux
77

8-
language: shell
8+
language: php
99

10-
# php:
11-
# - 7.4
10+
php:
11+
- 7.4
1212

1313
notifications:
1414
email:
@@ -25,12 +25,12 @@ before_install:
2525
- sudo service docker start
2626
- >
2727
if [ ! -z "${DOCKERHUB_PULL_USERNAME:-}" ]; then
28-
echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin
28+
docker login -u "${DOCKERHUB_PULL_USERNAME}" -p "${DOCKERHUB_PULL_PASSWORD}
2929
fi
3030
3131
install:
3232
- docker --version
3333
- composer install
3434

3535
script:
36-
# - vendor/bin/phpunit
36+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)