Skip to content

Commit f3f55c8

Browse files
committed
Remove PSA generation test as PSA is no longer upsater nor required for 5.15 releases.
1 parent 4f89cbb commit f3f55c8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -189,24 +189,6 @@ matrix:
189189

190190

191191
### Extended Tests ###
192-
- &extended-vm
193-
stage: "Extended"
194-
name: "psa autogen"
195-
env: NAME=psa-autogen
196-
language: python
197-
python: 3.7
198-
install:
199-
# Install gcc
200-
- source_pkg gcc
201-
- arm-none-eabi-gcc --version
202-
# Install python modules
203-
- python -m pip install --upgrade pip==18.1
204-
- python -m pip install --upgrade setuptools==40.4.3
205-
- pip install -r requirements.txt
206-
- pip list --verbose
207-
script:
208-
- python tools/psa/generate_partition_code.py
209-
- git diff --exit-code
210192

211193
- <<: *extended-vm
212194
name: "events"

0 commit comments

Comments
 (0)