Skip to content

Commit 8ba3c5e

Browse files
committed
Other: Removed some unused utility, slightly more efficient codegen, additional comments
1 parent f22a34a commit 8ba3c5e

35 files changed

+290
-289
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
11
language: node_js
2-
32
node_js:
43
- 0.12
54
- 4
65
- 6
76
- 7
8-
97
env:
108
- CXX=g++-4.8
11-
129
addons:
1310
apt:
1411
sources:
1512
- ubuntu-toolchain-r-test
1613
packages:
1714
- g++-4.8
18-
1915
script:
2016
- npm test
2117
- npm run bench
22-
2318
branches:
2419
only:
2520
- master
26-
2721
matrix:
2822
include:
2923
- node_js: 6

0 commit comments

Comments
 (0)