Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate CI to modern node versions #865

Merged
merged 2 commits into from
May 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ language: node_js
matrix:
include:
- node_js: "6"
- node_js: "7"
- node_js: "8"

before_script:
- npm install -g grunt-cli
- node_js: "9"
- node_js: "10"

notifications:
email: false
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ Disclaimer: This project is still under heavy development and the API is likely

[![linux build](https://img.shields.io/travis/opencomponents/oc/master.svg?label=linux+build)](http://travis-ci.org/opencomponents/oc)

| Node6 | Node7 | Node8 |
|-------------------|-------------------|-------------------|
| [![Node6][1]][4] | [![Node7][2]][4] | [![Node8][3]][4] |
| Node 6 | Node 8 | Node 9 | Node 10 |
|-----------------|------------------|------------------|------------------|------------------|
| [![Node6][1]][6]| [![Node8][2]][6] | [![Node8][3]][6] | [![Node8][4]][6] |

[1]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/1
[2]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/2
[3]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/3
[4]: https://travis-ci.org/opencomponents/oc
[4]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/4
[6]: https://travis-ci.org/opencomponents/oc


[![windows build](https://img.shields.io/appveyor/ci/matteofigus/oc/master.svg?label=windows+build)](https://ci.appveyor.com/project/matteofigus/oc)
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ install:
- node --version
- npm --version
- npm install
- npm install -g grunt-cli

build: off

Expand Down