summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Banham2013-03-08 10:29:54 +1100
committerDavid Banham2013-03-08 10:29:54 +1100
commit61c229a4f969a0720085c2710f8a7cfd8a12b4a6 (patch)
tree637eeedce43c63a6aa004d566944ad791b984e7d /.travis.yml
parent26d5febd7f24223900aa50d24d35e610c7c8a334 (diff)
parent7081f901da553206f746c40c4a0c1b5773697cf2 (diff)
Merge branch 'master' of https://github.com/hakimel/reveal.js
Conflicts: README.md index.html js/reveal.js package.json plugin/speakernotes/client.js
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2d6cd8f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+ - 0.8
+before_script:
+ - npm install -g grunt-cli \ No newline at end of file