mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-12 19:29:30 +08:00
18 lines
208 B
YAML
18 lines
208 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.0"
|
|
|
|
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
|