summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-04 16:10:02 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-04 16:10:02 -0500
commit216de545b8bc079156c900b313d2bff2a211bdf3 (patch)
tree38ba703b99c7f28c335178b6763f7db41b3f97dd /.travis.yml
parentc51721ac3581cd2fe032b753ba141d19326ab9bc (diff)
downloadhtml5ks-216de545b8bc079156c900b313d2bff2a211bdf3.tar.xz
html5ks-216de545b8bc079156c900b313d2bff2a211bdf3.zip
tweak travis, lessen nginx restrictions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f6e276..1f9fcc1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,12 @@ 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"
+ MAKEOPTS="-j8" FFMPEG="ffmpeg -t 00:00:05"
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: ./.travis.sh script
+notifications:
+ email:
+ - alex_y_xu@yahoo.ca
+ irc:
+ "chat.freenode.net#html5ks"