Skip to content

Commit 62b59a3

Browse files
committed
chore(ci): simplify .travis.yml
1 parent b16422d commit 62b59a3

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.travis.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "8"
5-
- "9"
64

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="
5+
script:
6+
- "npm run all"

0 commit comments

Comments
 (0)