Skip to content

Commit e5fecaf

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Shuffled around version checks to be more useful in case of failure
1 parent 2d23e4c commit e5fecaf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ matrix:
105105
install:
106106
# Install dependencies
107107
- sudo apt-get install gcc-arm-embedded
108+
- arm-none-eabi-gcc --version
108109
# Add additional dependencies specific for testing
110+
- python --version
109111
- |-
110112
tr -d ' ' >> requirements.txt <<< "
111113
mock==2.0.0
@@ -117,10 +119,6 @@ matrix:
117119
"
118120
# ... and install.
119121
- pip install -r requirements.txt
120-
121-
# Print versions we use
122-
- arm-none-eabi-gcc --version
123-
- python --version
124122
- pip list --verbose
125123
script:
126124
# Run local testing on tools

0 commit comments

Comments
 (0)