File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
- node_js : " 6"
6
6
- node_js : " 7"
7
7
- node_js : " 8"
8
-
9
- before_script :
10
- - npm install -g grunt-cli
8
+ - node_js : " 9"
9
+ - node_js : " 10"
11
10
12
11
notifications :
13
12
email : false
Original file line number Diff line number Diff line change @@ -42,14 +42,16 @@ Disclaimer: This project is still under heavy development and the API is likely
42
42
43
43
[ ![ linux build] ( https://img.shields.io/travis/opencomponents/oc/master.svg?label=linux+build )] ( http://travis-ci.org/opencomponents/oc )
44
44
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 ] |
48
48
49
49
[ 1 ] : https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/1
50
50
[ 2 ] : https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/2
51
51
[ 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
53
55
54
56
55
57
[ ![ windows build] ( https://img.shields.io/appveyor/ci/matteofigus/oc/master.svg?label=windows+build )] ( https://ci.appveyor.com/project/matteofigus/oc )
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ install:
19
19
- node --version
20
20
- npm --version
21
21
- npm install
22
- - npm install -g grunt-cli
23
22
24
23
build : off
25
24
You can’t perform that action at this time.
0 commit comments