Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9e20198

Browse files
committed
test: attempt to fix travis
1 parent d9b1b5e commit 9e20198

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: node_js
3-
cache:
4-
directories:
5-
- ~/.npm
3+
cache: npm
64
notifications:
75
email: false
86
node_js:
@@ -13,8 +11,9 @@ node_js:
1311
before_install:
1412
- nvm install-latest-npm
1513
install: npm install
16-
script: npm run validate
17-
after_success: kcd-scripts travis-after-success
14+
script:
15+
- npm run validate
16+
- npx codecov@3
1817
branches:
1918
only:
2019
- master

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /