Skip to content

Commit c3f24b1

Browse files
committed
Correct sym link path
1 parent ab9e531 commit c3f24b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ before_install:
1515
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
1616
- mv arduino-$IDE_VERSION $HOME/arduino-ide
1717
- export PATH=$PATH:$HOME/arduino-ide
18-
- arduino --pref "boardsmanager.additional.urls=https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json" --install-boards sandeepmistry:nRF5
18+
- arduino --pref "boardsmanager.additional.urls=https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json" --install-boards sandeepmistry:nRF5 > /dev/null
1919
- buildExampleSketch() { arduino --verbose-build --verify --board $1 $HOME/arduino-ide/examples/$2/$3/$3.ino; }
2020
install:
2121
- mkdir -p $HOME/Arduino/hardware/sandeepmistry
22-
- ln -s $PWD $HOME/Arduino/hardware/sandeepmistry/.
22+
- ln -s $PWD $HOME/Arduino/hardware/sandeepmistry/nRF5
2323
script:
2424
- buildExampleSketch sandeepmistry:nRF5:nRF52DK 01.Basics Blink
2525
- buildExampleSketch sandeepmistry:nRF5:BluzDK 01.Basics Blink

0 commit comments

Comments
 (0)