Skip to content

Commit a8114e0

Browse files
committed
Build assets in Travis
1 parent 4dcc545 commit a8114e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache:
55
directories:
66
- $HOME/.composer/cache/files
77
- ./bin/.phpunit
8+
- node_modules
89

910
env:
1011
global:
@@ -27,6 +28,8 @@ before_install:
2728
install:
2829
- composer install
2930
- ./bin/phpunit install
31+
- yarn install
32+
- yarn build
3033

3134
script:
3235
- ./bin/phpunit

0 commit comments

Comments
 (0)