Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
Added travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksun1 committed Feb 12, 2017
1 parent e1e7cd0 commit 722713b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
before_script:
- npm install -g grunt-cli@latest

script:
- npm run travis
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -6,6 +6,11 @@
"author": {
"name": "Greg Allen"
},
"contributors": [
{
"name": "Simon Bruce"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jgallen23/grunt-inline-css.git"
Expand All @@ -24,7 +29,8 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
"test": "grunt test",
"travis": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.1.0",
Expand Down

0 comments on commit 722713b

Please sign in to comment.