Skip to content

Commit 70e8c99

Browse files
authored
fix doc and update ci (#6692)
1 parent 8bc5a10 commit 70e8c99

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.travis.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ jobs:
7676
env:
7777
- BUILD_PARITY=odd
7878

79+
- name: "Mac OSX can build sketches"
80+
os: osx
81+
stage: build
82+
script: $TRAVIS_BUILD_DIR/tests/build.sh
83+
env: MACOSX=1 BUILD_PARITY=custom mod=500 rem=1
84+
85+
- name: "Windows can build sketches"
86+
os: windows
87+
stage: build
88+
script: $TRAVIS_BUILD_DIR/tests/build.sh
89+
env: WINDOWS=1 BUILD_PARITY=custom mod=500 rem=1
90+
7991
- name: "Host tests"
8092
stage: build
8193
script: $TRAVIS_BUILD_DIR/tests/ci/host_test.sh
@@ -98,18 +110,6 @@ jobs:
98110
stage: build
99111
script: $TRAVIS_BUILD_DIR/tests/buildm.sh
100112

101-
- name: "Mac OSX can build sketches"
102-
os: osx
103-
stage: build
104-
script: $TRAVIS_BUILD_DIR/tests/build.sh
105-
env: MACOSX=1 BUILD_PARITY=custom mod=500 rem=1
106-
107-
- name: "Windows can build sketches"
108-
os: windows
109-
stage: build
110-
script: $TRAVIS_BUILD_DIR/tests/build.sh
111-
env: WINDOWS=1 BUILD_PARITY=custom mod=500 rem=1
112-
113113
- name: "Boards"
114114
stage: build
115115
script: $TRAVIS_BUILD_DIR/tests/ci/build_boards.sh

doc/esp8266wifi/bearssl-server-secure-class.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BearSSL Secure Server Class
44
---------------------------
55

6-
Implements a TLS encrypted server with optional client certificate validation. See `Server Class <server-class.rst>`__ for general information and `BearSSL Secure Client Class <bearssl-secure-client-class.rst>`__ for basic server and BearSSL concepts.
6+
Implements a TLS encrypted server with optional client certificate validation. See `Server Class <server-class.rst>`__ for general information and `BearSSL Secure Client Class <bearssl-client-secure-class.rst>`__ for basic server and BearSSL concepts.
77

88
setBufferSizes(int recv, int xmit)
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)