We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6618f43 commit 4a5776cCopy full SHA for 4a5776c
1 file changed
.travis.yml
@@ -10,10 +10,17 @@ before_install:
10
- sudo apt-get update -qq
11
- sudo apt-get install g++-4.8
12
- sudo apt-get install libboost1.55-all-dev
13
-
14
install:
+- wget http://mosquitto.org/files/source/mosquitto-1.3.1.tar.gz
15
+- tar xzf mosquitto-1.3.1.tar.gz
16
+- cd mosquitto-1.3.1
17
+- cmake .
18
+- sudo make install
19
+- cd ..
20
- npm install
21
before_script:
22
+- mosquitto -d
23
- make CPP=g++-4.8 EXTRA_LDFLAGS=-L/usr/lib/x86_64-linux-gnu/
24
script:
25
- npm test
26
+
0 commit comments