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 b16422d commit 62b59a3Copy full SHA for 62b59a3
.travis.yml
@@ -1,20 +1,6 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- "8"
5
- - "9"
6
7
-before_install:
8
- - "export BROWSERS=Firefox"
9
- - "export DISPLAY=:99.0"
10
- - "sh -e /etc/init.d/xvfb start"
11
-
12
-after_success:
13
- - yarn cover-publish
14
-addons:
15
- code_climate:
16
- repo_token:
17
- # # get your token from https://codeclimate.com/github/benjamine/jsondiffpatch
18
- # gem install travis
19
- # travis encrypt <projecttoken>
20
- secure: "IZabDj3HrrCNOfhK0v+Q/am9AE5zYzF13IYB64q8wSUHcSxxhdrxSyLvjIiOfLe9W+h+MAW1+OuQkldUs/yd/fJjy44GE4ugUKY+9RP3TBm7hQRF4KEwIx2BMK4HVNazOkWz8nsnq4cfPy9pFEumcKb/O7TL2gK6RS6dIfNsKw0="
+script:
+ - "npm run all"
0 commit comments