summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-22 21:30:33 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-23 14:00:25 -0500
commit45e0e324d33188202edf40ad5c80363e9e37d25d (patch)
tree8b7148004c39aef069b80bb39240cd84dc5221ab /.travis.yml
parent2cb8dc44ee164a3e973b63c1b6307db2b067ac26 (diff)
downloadhtml5ks-45e0e324d33188202edf40ad5c80363e9e37d25d.tar.xz
html5ks-45e0e324d33188202edf40ad5c80363e9e37d25d.zip
meh
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 129e01a..e0f90a1 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"
+env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-s" V=
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: ./setup.sh