Skip to content

Commit 00ee22e

Browse files
committed
clean up travis.yml
1 parent 8b75326 commit 00ee22e

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.travis.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,6 @@
1919
# Travis CI documentation (see above).
2020
#
2121

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-
5022
language: python
5123
python:
5224
- "2.7"

0 commit comments

Comments
 (0)