1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/mqtt/.travis.yml
2018-05-09 14:22:03 +02:00

21 lines
231 B
YAML

language: node_js
node_js:
- "4.0"
services:
- mongodb
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
before_script:
- npm install -g gulp
script: gulp test