Skip to content

Commit

Permalink
implement travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SassNinja committed Dec 4, 2019
1 parent e6560bb commit 880b9f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 'lts/*'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# install-node-modules

[![Build Status](https://travis-ci.com/SassNinja/install-node-modules.svg?branch=master)](https://travis-ci.com/SassNinja/install-node-modules)

Have you ever been in the situation you were facing an issue that was simply caused by not having (re)installed node modules after someone had changed it?

Are you tired of telling people to (re)install their node modules when they ask you why something is not working?
Expand Down

0 comments on commit 880b9f4

Please sign in to comment.