Explorar el Código

Merge pull request #35 from kmpm/next

some changes for build status and CI testing
Peter Magnusson hace 8 años
padre
commit
3e72315686
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 0 1
      .travis.yml
  2. 6 0
      README.md

+ 0 - 1
.travis.yml

@@ -1,7 +1,6 @@
 language: python
 python:
   - 2.7
-  - 3.5
 
 # command to install dependencies
 install: "pip install -r test_requirements.txt"

+ 6 - 0
README.md

@@ -1,5 +1,11 @@
 nodemcu-uploader.py
 ===================
+
+| master | next |
+|--------|------|
+|[![Build Status](https://travis-ci.org/kmpm/nodemcu-uploader.svg?branch=master)](https://travis-ci.org/kmpm/nodemcu-uploader) | [![Build Status](https://travis-ci.org/kmpm/nodemcu-uploader.svg?branch=next)](https://travis-ci.org/kmpm/nodemcu-uploader) |
+
+
 A simple tool for uploading files to the filesystem of an
 ESP8266 running NodeMCU as well as some other useful commands.