Skip to content

Commit

Permalink
switch back to yarn again
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed May 3, 2018
1 parent 518cf42 commit e461472
Show file tree
Hide file tree
Showing 4 changed files with 7,031 additions and 13,653 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ lib
dist
.idea
*.log
yarn.lock
package-lock.json
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
language: node_js
node_js:
- "lts/*"
install:
- npm i -g npm@6
- npm ci
node_js: lts/*
script:
- npm run format:check
- npm run lint
- npm test
- yarn format:check
- yarn lint
- yarn test
after_success:
- npx codecov
cache:
Expand Down
Loading

0 comments on commit e461472

Please sign in to comment.