Skip to content

Commit 41cc2df

Browse files
committed
Merge remote-tracking branch 'origin/2.12.x' into 2.13.x
2 parents 8a792b5 + 7ceecf9 commit 41cc2df

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The scala/scala travis job triggers a build of scala/scala-dist with `mode=release`. For
1+
# The scala/scala travis job triggers a build of scala/scala-dist with `mode=release`. For
22
# the other modes (see below), use the web UI to trigger a build.
33
#
44
# Additional env vars are defined using a `before_install` custom config(*), for example
@@ -37,8 +37,7 @@ env:
3737
# AWS_SECRET_ACCESS_KEY
3838
- secure: "dv0pR9uqnLyKVHu1L1nvl5TVpo3bOxh4icLNybwFyCFQd9XiM/RU8Vhx3svZqqnAG+GiCDSiCaBQkTLUS5u9e+9eVw3cUj5meNr9EW673f8D6H8Tr433jlvu54CynD9DsBjhNo/xIrECOKTq+0wu480OLSjOkuNoclG2dSm4Dis="
3939
# GITHUB_OAUTH_TOKEN (for GitHub user scala-jenkins, same token as scabot)
40-
- secure: "FtrGQs3tHwOPZOXi1xDcCo1KtP1rUfaiK+l5lrjzXhuCjtWkG+MHB0VI1D1QwbXh+BiRdYIyfUyKBa1I+lRrjKx5aDgxZ7EweML5CtzIu7hAuxbc6zchC3R0qZJe20DcM1BjokCXi2EnKtgABIBuCP0KY4WiH0NQkGjZsemoCAQ="
41-
40+
- secure: "Bk0IRAPGF9ZjQZQRe618KgXG2VLXRcJgJN7dvomxFdjZOqn/46TrFa6RlLLmicu9F4UrbgpSazfDgr7S8qER6GIyr+hDpv/sdi//EcYql2A0ww2r5QPaA9gW4wiTO8Cy0m/ZsK8IAjvOcdDXW19JH7b0HygDAnJOBiOR9S9wWuI="
4241
script:
4342
- source scripts/common
4443
- postCommitStatus "pending"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ environment:
1515
AWS_SECRET_ACCESS_KEY:
1616
secure: woXwpM2+P3uZ1+LFM+SbJEKLfi7Kax5PvqJSN62nn1PQrJgEzVUAIoRGoXBx6X72
1717
GITHUB_OAUTH_TOKEN:
18-
secure: oji2LTrdEhQhJQOoRU3TFuCmCb92XD1BJKW7uw0/XJdEFkOrb4lKbHjPGeuOY6/5
18+
secure: nfWNfbyzNQwdg1eWHZX93XIJLoAhFOr1fR8+L86s7a3jdo/HydEZ8TyEKsPipQ+/
1919

2020
install:
2121
- cmd: choco install sbt --version=1.3.2 -ia "INSTALLDIR=""C:\sbt"""

0 commit comments

Comments
 (0)