Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 5ad625f

Browse files
committed
fix install unicode
1 parent 225f002 commit 5ad625f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ before_script:
4949
fi
5050

5151
script:
52-
- apt install unicode -y
52+
- apt-get install unicode -y
5353
- composer install
5454
- vendor/bin/hoa test:run
5555
- if [[ $ENABLE_DEVTOOLS ]]; then

0 commit comments

Comments
 (0)