mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2026-02-01 17:21:20 +00:00
33 lines
337 B
YAML
33 lines
337 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 0.12
|
|
- 4
|
|
- 6
|
|
- 7
|
|
|
|
env:
|
|
- CXX=g++-4.8
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
|
|
script:
|
|
- npm test
|
|
- npm run bench
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
matrix:
|
|
include:
|
|
- node_js: 6
|
|
script:
|
|
- travis_wait npm run zuul
|
|
- sleep 3
|