Skip to content

Commit

Permalink
Other: Removed some unused utility, slightly more efficient codegen, …
Browse files Browse the repository at this point in the history
…additional comments
  • Loading branch information
dcodeIO committed Jan 5, 2017
1 parent f22a34a commit 8ba3c5e
Show file tree
Hide file tree
Showing 35 changed files with 290 additions and 289 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
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
Expand Down
Loading

0 comments on commit 8ba3c5e

Please sign in to comment.