Browse Source

Travis: build project after test

sdvcrx 7 năm trước cách đây
mục cha
commit
10c3aee319
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -6,4 +6,7 @@ node_js:
 cache:
   yarn: true
   directories:
-    - node_modules
+    - node_modules
+
+script:
+  yarn run build