Skip to content

Commit ffb3431

Browse files

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ before_install:
33
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
44
- sleep 3
55
- export DISPLAY=:1.0
6-
- wget http://downloads.arduino.cc/arduino-1.6.12-linux64.tar.xz
7-
- tar xf arduino-1.6.12-linux64.tar.xz
8-
- sudo mv arduino-1.6.12 /usr/local/share/arduino
9-
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
10-
- wget https://www.pjrc.com/teensy/td_136/TeensyduinoInstall.linux64
11-
- sudo chmod 755 TeensyduinoInstall.linux64
12-
- ls
13-
- sudo ./TeensyduinoInstall.linux64
6+
- sudo apt-get install arduino-core
7+
- sudo apt-get install arduino-mk
8+
- sudo apt-get install binutils-arm-none-eabi gcc-arm-none-eabi
9+
- sudo mkdir /usr/local/share/arduino/hardware/teensy/
10+
- pushd /usr/local/share/arduino/hardware/teensy/
11+
- sudo git clone https://github.com/PaulStoffregen/cores
12+
- popd
1413
install:
1514
- ln -s $PWD /usr/local/share/arduino/libraries/OpenAudio_ArduinoLibrary
1615
- arduino --install-library "Audio"

0 commit comments

Comments
 (0)