Skip to content

Commit

Permalink
Added .travis.yml.
Browse files Browse the repository at this point in the history
Fixes #15.
  • Loading branch information
Morgul authored and whitelynx committed Aug 12, 2015
1 parent 32b59de commit d7806c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js

node_js:
- 0.12

before_script:
- npm install -g bower grunt-cli

notifications:
slack: skewedaspect:zINIXYjK8YSDFl0RMzjYhKYr

# Turn off `sudo` support in order to use Travis CI's Container-based environment.
# See http://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
sudo: false

0 comments on commit d7806c0

Please sign in to comment.