Skip to content

Commit

Permalink
Refs fibercrypto#342, fix a missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Dec 5, 2019
1 parent fbe7417 commit 9b3f402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ before_script:
fi
# define env vars for windows builds tree -L 3 --filelimit 100
- if [[ $TRAVIS_OS_NAME == 'windows' ]]; then
uname -a
cd /c/ && tree -L 3 --filelimit 100
uname -a ;
cd /c/ && tree -L 3 --filelimit 100 ;
fi
# Install OS-specific test and build dependencies
- eval "./ci-scripts/install-${TRAVIS_OS_NAME}.sh"
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
export PATH="/opt/gcc-arm-none-eabi-6-2017-q2-update/bin:$PATH"
export PATH="/opt/gcc-arm-none-eabi-6-2017-q2-update/bin:$PATH" ;
fi
# Install linters
- make install-linters
Expand Down

0 comments on commit 9b3f402

Please sign in to comment.