summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-25 17:52:52 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-25 17:52:52 -0500
commitdc13b7e9b8fdd4d631a055e82c0ef228f6ad0e26 (patch)
tree71f07114ee4fe41d3558d2f27cb751950da6a149 /.travis.yml
parentabd62cd0d2dd0cb1a702fb518cb4c6b84b127bbb (diff)
downloadhtml5ks-dc13b7e9b8fdd4d631a055e82c0ef228f6ad0e26.tar.xz
html5ks-dc13b7e9b8fdd4d631a055e82c0ef228f6ad0e26.zip
shut node build up
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cb9f94d..bcbd8bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: c
python: "3.3"
node_js: "0.11"
-env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-s" V=
+env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-s"
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: make