From 216de545b8bc079156c900b313d2bff2a211bdf3 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 4 Mar 2014 16:10:02 -0500 Subject: tweak travis, lessen nginx restrictions --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3-54-g00ecf