Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Implement Travis-CI #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.8"
- "0.10"
before_install:
- npm update npm -g
- npm install -g grunt-cli
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-phantomcss
# grunt-phantomcss [![Build Status](https://travis-ci.org/chrisgladd/grunt-phantomcss.png?branch=master)](https://travis-ci.org/chrisgladd/grunt-phantomcss)

> Automate CSS regression testing with PhantomCSS

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1"
"grunt": "~0.4.1",
"phantomjs": "~1.9.2-2"
},
"dependencies": {
"bower": "~1.0.3",
Expand Down