We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e516b commit d5c1f98Copy full SHA for d5c1f98
.travis.yml
@@ -8,8 +8,7 @@ cache:
8
9
stages:
10
- build
11
- - name: deploy
12
- if: env(TRAVIS_SECURE_ENV_VARS) is present
+ - deploy
13
14
jobs:
15
include:
@@ -68,8 +67,9 @@ jobs:
68
67
# Here we build the package JSON (always) and do the deployments
69
- stage: deploy
70
if: env(TRAVIS_SECURE_ENV_VARS) = true
+ - script: $TRAVIS_BUILD_DIR/tests/common.sh
71
+ name: "Package / deploy"
72
env: BUILD_TYPE=package
- script: $TRAVIS_BUILD_DIR/tests/common.sh
73
deploy:
74
# Create Github release, upload artifacts
75
- provider: releases
@@ -95,10 +95,6 @@ jobs:
95
repo: esp8266/Arduino
96
tags: true
97
98
-# This is to catch jobs which accidentally don't specify the script to run
99
-script:
100
- - false
101
-
102
notifications:
103
email:
104
on_success: change
0 commit comments