This repository has been archived on 2026-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
todo/client/node_modules/identity-obj-proxy/.travis.yml

23 lines
279 B
YAML
Raw Permalink Normal View History

2025-06-13 06:04:40 +00:00
language: node_js
node_js:
- 6.2.0
- 5.3.0
- 4.0
compiler: clang-3.6
env:
- CXX=clang-3.6
addons:
apt:
sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test
packages:
- clang-3.6
- g++-4.8
after_success: npm run coveralls