We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d3038 commit 42c682fCopy full SHA for 42c682f
.travis.yml
@@ -3,17 +3,10 @@ language: node_js
3
node_js:
4
- "node"
5
- "lts/*"
6
- - "6"
7
-install:
8
- - npm install react@^16.0.0 --no-save
9
- - npm install
+before_script:
10
- npm run compile
11
- npm run dist
12
env:
13
- TEST_SUBJECT=src
14
- TEST_SUBJECT=lib
15
- TEST_SUBJECT=dist
16
-matrix:
17
- exclude:
18
- - node_js: "6"
19
- env: TEST_SUBJECT=src
0 commit comments