Skip to content

Commit

Permalink
add explicit install and test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanruo committed Mar 2, 2020
1 parent 4c725fd commit 725e2c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ notifications:
- [email protected]
on_success: always
on_failure: always

before_script:
- npm install

script:
- npm test

0 comments on commit 725e2c7

Please sign in to comment.