From 930ab7e6476149d19ba523de77b8871d78cabdec Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 2 Mar 2014 13:48:43 -0500 Subject: meh --- .travis.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf