Browse Source

try build stages

Daniel Zlotin 7 years ago
parent
commit
0f6d22174e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -41,7 +41,7 @@ matrix:
41 41
 jobs:
42 42
   include:
43 43
     - stage: deploy
44
-        script:
44
+      script:
45 45
           - echo "deploy!" #./scripts/travis-fold.sh "npm run release"
46 46
 
47 47