Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
chore: Add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 2, 2015
1 parent 29c3002 commit 1befec1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
@@ -0,0 +1,19 @@
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
- "0.8"

# Make sure we have new NPM.
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g npm
- npm config set loglevel warn

before_script:
- npm install -g grunt-cli

script:
- grunt

0 comments on commit 1befec1

Please sign in to comment.