Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-03-05 23:37:01 +0400
committerChris Rebert <code@rebertia.com>2014-03-05 23:37:01 +0400
commit085e7d2dfc7274254c61081025a97abd4fff6b51 (patch)
tree45ae3e321c70d38e9770bbc1be96d51f94400819 /.travis.yml
parente4ccfb1765a19cf3c11a07877f9bb6701b65eb69 (diff)
add initial Travis build config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..501a44c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - "0.10"
+install:
+ - npm install -g grunt-cli
+ - npm install