Skip to content

Commit 32ac0fe

Browse files
committed
testing travis ci
1 parent bbcdf3d commit 32ac0fe

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
# Template #1: General project. Test it using existing `platformio.ini`.
2525
#
2626

27-
# language: python
28-
# python:
29-
# - "2.7"
30-
#
31-
# sudo: false
32-
# cache:
33-
# directories:
34-
# - "~/.platformio"
35-
#
36-
# install:
37-
# - pip install -U platformio
38-
# - platformio update
39-
#
40-
# script:
41-
# - platformio run
27+
language: python
28+
python:
29+
- "2.7"
30+
31+
sudo: false
32+
cache:
33+
directories:
34+
- "~/.platformio"
35+
36+
install:
37+
- pip install -U platformio
38+
- platformio update
39+
40+
script:
41+
- platformio run
4242

4343

4444
#

0 commit comments

Comments
 (0)