summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 13:44:17 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 13:44:17 -0500
commit292bd5d62f8a1a83155ead3964fb82a6990f2965 (patch)
treeb379dba53792029e7a924f8650997ffb9e6cb949 /.travis.yml
parente129412bcfb662aea41d2874f3c0e6176d8c5805 (diff)
downloadhtml5ks-292bd5d62f8a1a83155ead3964fb82a6990f2965.tar.xz
html5ks-292bd5d62f8a1a83155ead3964fb82a6990f2965.zip
travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b3ad0c..e22ed09 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: c
+python:
+ - "3.3"
env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe"
before_install: ./.travis.sh before_install
install: ./.travis.sh install