summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-02 13:48:43 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-02 13:49:29 -0500
commit930ab7e6476149d19ba523de77b8871d78cabdec (patch)
treeb7f74d4d9dfaa4393be1ad4be2b08af2cded098a /.travis.yml
parent143571f43a0b1f505638d5225838551b556f222e (diff)
downloadhtml5ks-930ab7e6476149d19ba523de77b8871d78cabdec.tar.xz
html5ks-930ab7e6476149d19ba523de77b8871d78cabdec.zip
meh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index d584f2a..0f6e276 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,8 @@
language: c
-python: "3.3"
-node_js: "0.11"
-env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-j8" FFMPEG="ffmpeg -t 00:00:30"
+python: '3.3'
+node_js: '0.11'
+env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe"
+ MAKEOPTS="-j8" FFMPEG="ffmpeg -t 00:00:30"
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: ./.travis.sh script
-notifications:
- email:
-# - alex_y_xu@yahoo.ca
- irc:
-# channels:
-# - "chat.freenode.net#html5ks"
-# on_success: change
-# on_failure: always