Skip to content

Commit

Permalink
Refs fibercrypto#342, remove a trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Dec 9, 2019
1 parent 80b9a77 commit 40d464a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ before_script:
- if [[ $TRAVIS_OS_NAME == 'windows' ]]; then uname -a ; fi
# Install OS-specific test and build dependencies
- eval "./ci-scripts/install-${TRAVIS_OS_NAME}.sh"
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
export PATH="/opt/gcc-arm-none-eabi-6-2017-q2-update/bin:$PATH" ;
fi
# Install linters
Expand Down

0 comments on commit 40d464a

Please sign in to comment.