Skip to content

Commit

Permalink
Build assets in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiot committed Jan 13, 2019
1 parent 4dcc545 commit a8114e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cache:
directories:
- $HOME/.composer/cache/files
- ./bin/.phpunit
- node_modules

env:
global:
Expand All @@ -27,6 +28,8 @@ before_install:
install:
- composer install
- ./bin/phpunit install
- yarn install
- yarn build

script:
- ./bin/phpunit
Expand Down

0 comments on commit a8114e0

Please sign in to comment.