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
 jobs:
41
 jobs:
42
   include:
42
   include:
43
     - stage: deploy
43
     - stage: deploy
44
-        script:
44
+      script:
45
           - echo "deploy!" #./scripts/travis-fold.sh "npm run release"
45
           - echo "deploy!" #./scripts/travis-fold.sh "npm run release"
46
 
46
 
47
 
47