We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcdf3d commit 32ac0feCopy full SHA for 32ac0fe
.travis.yml
@@ -24,21 +24,21 @@
24
# Template #1: General project. Test it using existing `platformio.ini`.
25
#
26
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
+language: python
+python:
+ - "2.7"
+
+sudo: false
+cache:
+ directories:
+ - "~/.platformio"
+install:
+ - pip install -U platformio
+ - platformio update
+script:
+ - platformio run
42
43
44
0 commit comments