Skip to content

Commit 42c682f

Browse files
author
Nir Maoz
authored
Update TravisCI configuration
1 parent 05d3038 commit 42c682f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@ language: node_js
33
node_js:
44
- "node"
55
- "lts/*"
6-
- "6"
7-
install:
8-
- npm install react@^16.0.0 --no-save
9-
- npm install
6+
before_script:
107
- npm run compile
118
- npm run dist
129
env:
1310
- TEST_SUBJECT=src
1411
- TEST_SUBJECT=lib
1512
- TEST_SUBJECT=dist
16-
matrix:
17-
exclude:
18-
- node_js: "6"
19-
env: TEST_SUBJECT=src

0 commit comments

Comments
 (0)