Skip to content

Commit

Permalink
fix build versions, drop legacy node version
Browse files Browse the repository at this point in the history
  • Loading branch information
limianwang committed Oct 9, 2017
1 parent bda4e24 commit 7e5b9cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml

This file was deleted.

7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ addons:
env:
- CXX=g++-4.8
node_js:
- "0.12"
- "0.11"
- "0.10"
- "1"
- "2"
- "3"
- "4"
- "5"
- "6"
- "8"
script: make test-cov
after_script: npm install codecov && cat ./coverage/lcov.info | ./node_modules/codecov/bin/codecov
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ All tests are within `tests`.

Run tests using `make test` or `make test-cov` for test coverage.

TravisCI build is tested against all versions `<= 6.x`
TravisCI build is tested against all versions `>= 4.x`

0 comments on commit 7e5b9cb

Please sign in to comment.