Skip to content

Commit 1853547

Browse files
committed
Add Travis CI
1 parent 0436a0c commit 1853547

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "8"
5+
- "10"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/sasstools/node-module-importer.svg?branch=master)](https://travis-ci.org/sasstools/node-module-importer)
2+
13
# node-module-importer
24

35
>Node Sass importer for npm packages

0 commit comments

Comments
 (0)