Skip to content

Commit

Permalink
Get a base travis file up and atom
Browse files Browse the repository at this point in the history
It doesn't do anything yet, but it will build green!
  • Loading branch information
pfiller committed Mar 27, 2015
1 parent cca83d1 commit fc34c1d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: node_js

node_js:
- "0.10"

before_install:
- npm install -g grunt-cli
- gem install compass
before_script: grunt build

0 comments on commit fc34c1d

Please sign in to comment.