Skip to content

Commit

Permalink
Merge pull request matejlatin#72 from tricinel/travisci
Browse files Browse the repository at this point in the history
Add TravisCI setup and test script matejlatin#27
  • Loading branch information
matejlatin committed Oct 23, 2017
2 parents 5cc7337 + 5ff3423 commit 6fbe7ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- 4.2.1
before_script:
- npm install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.html",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "stylelint src/style/**/*.scss"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6fbe7ba

Please sign in to comment.