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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-20 03:38:43 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-20 03:38:43 +0400
commit1160935446e06339d8c7e09415d57086746fbce5 (patch)
tree41d3c10eea67112352f0c5c941912a863620c7f0 /.travis.yml
parentde9271bfd1113c8c6ca6cbcc2d56b77fd2763b77 (diff)
make a few changes to package.json (add make test to makefile)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 037e4e797d..b8e1f17207 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,3 @@
language: node_js
node_js:
- - 0.6
-script: "make build"
+ - 0.6 \ No newline at end of file