Gregg Tavares hace 5 años
padre
commit
b511404f93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@ language: node_js
 node_js:
   - "12.16.2"
 script:
-  - npm run build
+  - npm run build-ci
 env:
   global:
     - COMMIT_AUTHOR_EMAIL: "[email protected]"