atom-patch
Version:
A data structure to efficiently represent the results of applying patches.
32 lines (23 loc) • 318 B
YAML
language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- "node"
script:
- "npm run ci"
git:
depth: 10
branches:
only:
- master
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CC=gcc-4.8 CXX=g++-4.8