Skip to content

Commit b09dace

Browse files
authored
Merge pull request #19 from msgflo/updates
Build updates
2 parents c49b0be + b3fab08 commit b09dace

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
dist: trusty
33
sudo: false
44
node_js:
5-
- '6'
5+
- lts/*
66
services:
77
- docker
88
before_install:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:6
1+
FROM node:8
22

33
# Export the Websocket port for Flowhub connection
44
EXPOSE 3569

Dockerfile-raspberrypi3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM resin/raspberrypi3-node:6
1+
FROM resin/raspberrypi3-node:8
22

33
# Export the Websocket port for Flowhub connection
44
EXPOSE 3569

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
msgflo>=0.2.2
1+
msgflo>=0.4.1
2+
gevent==1.2.2

0 commit comments

Comments
 (0)