Skip to content

Commit f62fe9f

Browse files
committed
Integrate CI to modern node versions
1 parent c0de483 commit f62fe9f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ matrix:
55
- node_js: "6"
66
- node_js: "7"
77
- node_js: "8"
8-
9-
before_script:
10-
- npm install -g grunt-cli
8+
- node_js: "9"
9+
- node_js: "10"
1110

1211
notifications:
1312
email: false

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,16 @@ Disclaimer: This project is still under heavy development and the API is likely
4242

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

45-
| Node6 | Node7 | Node8 |
46-
|-------------------|-------------------|-------------------|
47-
| [![Node6][1]][4] | [![Node7][2]][4] | [![Node8][3]][4] |
45+
| Node 6 | Node 7 | Node 8 | Node 9 | Node 10 |
46+
|-----------------|------------------|------------------|------------------|------------------|
47+
| [![Node6][1]][6]| [![Node7][2]][6] | [![Node8][3]][6] | [![Node8][4]][6] | [![Node8][5]][6] |
4848

4949
[1]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/1
5050
[2]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/2
5151
[3]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/3
52-
[4]: https://travis-ci.org/opencomponents/oc
52+
[4]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/4
53+
[5]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/5
54+
[6]: https://travis-ci.org/opencomponents/oc
5355

5456

5557
[![windows build](https://img.shields.io/appveyor/ci/matteofigus/oc/master.svg?label=windows+build)](https://ci.appveyor.com/project/matteofigus/oc)

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ install:
1919
- node --version
2020
- npm --version
2121
- npm install
22-
- npm install -g grunt-cli
2322

2423
build: off
2524

0 commit comments

Comments
 (0)