summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 14:26:02 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 14:26:02 -0500
commit68489f7c5c3689483cd0d430e1c015832e8a0ec4 (patch)
tree1536812767a0b420eb6cfa12a2b497fd6ceafacd /.travis.yml
parent52a557833ef0c71efbb025cfc6fa20b7f1b0e2e3 (diff)
downloadhtml5ks-68489f7c5c3689483cd0d430e1c015832e8a0ec4.tar.xz
html5ks-68489f7c5c3689483cd0d430e1c015832e8a0ec4.zip
npm
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e22ed09..89791c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: c
-python:
- - "3.3"
+python: "3.3"
+node_js: "0.11"
env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe"
before_install: ./.travis.sh before_install
install: ./.travis.sh install