Skip to content

Commit

Permalink
Fixed travis move statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmaimon committed Jul 25, 2019
1 parent 2f35542 commit 482a25a
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 @@ -5,7 +5,7 @@ env:
before_install:
- wget http://downloads.arduino.cc/arduino-cli/arduino-cli-$CLI_VERSION-linux64.tar.bz2
- tar xf arduino-cli-$CLI_VERSION-linux64.tar.bz2
- mv arduino-cli-$CLI_VERSION-linux64 $HOME/bin/arduino-cli
- mv arduino-cli $HOME/bin/arduino-cli
- mkdir -p $HOME/bin
- arduino-cli config init
- mv $PWD/travis/.cli-config.yml $HOME/.arduino15/arduino-cli.yaml
Expand Down

0 comments on commit 482a25a

Please sign in to comment.