Skip to content

Commit 4fc176b

Browse files
committed
Update .travis.yml
1 parent ef2f530 commit 4fc176b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
sudo: false
1+
dist: xenial
2+
sudo: require
23

34
language: python
4-
python:
5-
- "2.7"
5+
6+
python:
7+
- "3.7"
68

79
os:
810
- linux
911

1012
cache:
11-
directories:
12-
- "~/.platformio"
13+
pip: true
14+
directories:
15+
- "~/.platformio"
16+
1317
install:
14-
- pip install -U platformio
15-
- platformio update
18+
- pip install -U platformio
1619

1720
before_script:
21+
- platformio update
1822
- wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz
1923
- tar xf arduino-1.8.5-linux64.tar.xz
2024
- mv arduino-1.8.5 $HOME/arduino_ide

0 commit comments

Comments
 (0)