1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-31 12:00:40 +02:00

Merge pull request #13 from restoreddev/develop

Tweaking travis to create assets before building html files
This commit is contained in:
Andrew
2018-09-12 22:17:45 -05:00
committed by GitHub

View File

@@ -20,8 +20,8 @@ install:
- npm update
script:
- php apprentice build
- npm run prod
- php apprentice build
- vendor/bin/phpunit
deploy: