Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Jan 11, 2019
1 parent b47fc8a commit b2b0547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- npm install
script:
- npm run lint
- npm test-dst
- npm run test-dst
- npm test
- codecov
after_success:
Expand Down

0 comments on commit b2b0547

Please sign in to comment.