From 893ca88f5362de0c0df061488eabbb04e2482a14 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 27 Feb 2014 09:39:29 -0500 Subject: adjust travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0b671bf..d584f2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c python: "3.3" node_js: "0.11" -env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-s -j4" +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 -- cgit v1.2.3-54-g00ecf