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 2d23e4c commit e5fecafCopy full SHA for e5fecaf
.travis.yml
@@ -105,7 +105,9 @@ matrix:
105
install:
106
# Install dependencies
107
- sudo apt-get install gcc-arm-embedded
108
+ - arm-none-eabi-gcc --version
109
# Add additional dependencies specific for testing
110
+ - python --version
111
- |-
112
tr -d ' ' >> requirements.txt <<< "
113
mock==2.0.0
@@ -117,10 +119,6 @@ matrix:
117
119
"
118
120
# ... and install.
121
- pip install -r requirements.txt
-
- # Print versions we use
122
- - arm-none-eabi-gcc --version
123
- - python --version
124
- pip list --verbose
125
script:
126
# Run local testing on tools
0 commit comments