commit 5db1e8b9c7416678c30d22124260f02aec30fcb1 parent 8c8ba28ec238d0e2a90a5c5e3488724028c7ae94 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 19 May 2018 14:26:48 +0200 Do correct kind of build on Travis Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -11,5 +11,5 @@ before_script: - yarn global add @angular/cli script: - - ng build --prod --aot + - yarn run build:ssr - ng test