Skip to content

Commit

Permalink
Refs fibercrypto#342, in windows there is no ~/bin/ in the PATH calli…
Browse files Browse the repository at this point in the history
…ng gimme by its full path
  • Loading branch information
stdevPavelmc committed Dec 5, 2019
1 parent 9b3f402 commit 2025941
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 @@ -23,7 +23,7 @@ before_script:
- mkdir -p ~/bin
- curl -L -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
- chmod +x ~/bin/gimme
- gimme 1.12
- ~/bin/gimme 1.12
- source ~/.gimme/envs/go1.12.env
- sh "./tiny-firmware/protob/ci-scripts/install-${TRAVIS_OS_NAME}.sh" ;
# Define env vars for Linux builds
Expand Down

0 comments on commit 2025941

Please sign in to comment.