Skip to content

Commit d5c1f98

Browse files
committed
wip
1 parent 25e516b commit d5c1f98

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ cache:
88

99
stages:
1010
- build
11-
- name: deploy
12-
if: env(TRAVIS_SECURE_ENV_VARS) is present
11+
- deploy
1312

1413
jobs:
1514
include:
@@ -68,8 +67,9 @@ jobs:
6867
# Here we build the package JSON (always) and do the deployments
6968
- stage: deploy
7069
if: env(TRAVIS_SECURE_ENV_VARS) = true
70+
- script: $TRAVIS_BUILD_DIR/tests/common.sh
71+
name: "Package / deploy"
7172
env: BUILD_TYPE=package
72-
script: $TRAVIS_BUILD_DIR/tests/common.sh
7373
deploy:
7474
# Create Github release, upload artifacts
7575
- provider: releases
@@ -95,10 +95,6 @@ jobs:
9595
repo: esp8266/Arduino
9696
tags: true
9797

98-
# This is to catch jobs which accidentally don't specify the script to run
99-
script:
100-
- false
101-
10298
notifications:
10399
email:
104100
on_success: change

0 commit comments

Comments
 (0)