8000 wip · arduino-collections/Arduino@6a33997 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a33997

Browse files
committed
wip
1 parent b557c59 commit 6a33997

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ stages:
1717
# - build
1818
- deploy
1919

20-
env:
21-
global:
22-
- secure: "vt6StBC+ghqnh8YrreNo3wAzGGddJ2S4YpVZkz4S84xLEGWkIEghQhTrjlhzjBsrnHfLNko4tz9EsNx0yQ8yBlPOdReETGAkqnAU7PSPFss0qGcCRUXYtozNjbFQq6TWIxECK4xq40R9tE6NyeOpm9AYJtwF/v18u2T+T9qSgGQ="
23-
2420
jobs:
2521
include:
2622
# Build stage. To save time, run all kinds of builds and tests in parallel.

package/build_boards_manager_package.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#set -x
55

6+
CI_GITHUB_API_KEY="vt6StBC+ghqnh8YrreNo3wAzGGddJ2S4YpVZkz4S84xLEGWkIEghQhTrjlhzjBsrnHfLNko4tz9EsNx0yQ8yBlPOdReETGAkqnAU7PSPFss0qGcCRUXYtozNjbFQq6TWIxECK4xq40R9tE6NyeOpm9AYJtwF/v18u2T+T9qSgGQ="
7+
68
# Extract next version from platform.txt
79
next=`sed -n -E 's/version=([0-9.]+)/\1/p' ../platform.txt`
810

0 commit comments

Comments
 (0)
0