Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
[travis] use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Aug 26, 2017
1 parent fa8669d commit 8b441dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ language: node_js
node_js:
- "stable"

install:
- npm install
script:
- npm start

0 comments on commit 8b441dd

Please sign in to comment.