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 8b75326 commit 00ee22eCopy full SHA for 00ee22e
.travis.yml
@@ -19,34 +19,6 @@
19
# Travis CI documentation (see above).
20
#
21
22
-
23
-#
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
-# - pip install -U cpp-coveralls
39
40
-# script:
41
-# - platformio run
42
43
-# after_success:
44
-# - coveralls -r src
45
46
47
-# Template #2: The project is intended to by used as a library with examples
48
49
50
language: python
51
python:
52
- "2.7"
0 commit comments